> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkedIn Post Cannot Be Displayed

If you've used the [Publish a Post](/apis/post/post) endpoint on LinkedIn and
included mediaUrls in your post, your post, despite receiving a successful
response, may no longer display if the media or post content doesn't meet
LinkedIn's requirements.

For example, the LinkedIn post may return the following successful response:

```json LinkedIn Post Response theme={"system"}
{
    "status": "success",
    "errors": [],
    "postIds": [
        {
            "status": "success",
            "id": "urn:li:share:7287840497870462977", // LinkedIn Social Post ID
            "postUrl": "https://www.linkedin.com/feed/update/urn:li:share:7287840497870462977/"
            "owner": "urn:li:organization:12345670",
            "platform": "linkedin"
        }
    ],
    "id": "PmrbzuYh1hdKMc52zC8"
}
```

However, the post may not display in LinkedIn, using the `postUrl`, if the media or post content doesn't meet
LinkedIn's requirements.

<img class="center" width="500" src="https://mintcdn.com/ayrshare-docs/dKBti0xVDJrOZ19f/images/help-center/technical-support/linkedin-post-not-displayed.webp?fit=max&auto=format&n=dKBti0xVDJrOZ19f&q=85&s=f295fa58c3abd736200b8912637b8bf7" alt="linkedin post not displayed" data-path="images/help-center/technical-support/linkedin-post-not-displayed.webp" />

While LinkedIn may provide a `postUrl` initially, they will reject the post if,
during post-processing, any of the media or post content doesn't meet their requirements.

Please consult the [LinkedIn Media Guidelines](/media-guidelines/linkedin) to
ensure that your media remains compliant and verify the content of your post is acceptable.
