Creating meta tags for Linkedin - Publish Date “not found”

半城伤御伤魂 提交于 2021-02-18 20:46:52

问题


I was using the following tags in relation to the posted date of a website (blog) article:

<meta name="article-published_time" property="article:published_time" content="2019-10-21T00:00:00-0600">
<meta name="article-modified_time" property="article:modified_time" content="2019-10-22T13:47:16-0600">

The linked in post inspector near the bottom the section labeled

Metadata that we gathered about this page:

was providing the following feedback:

So then I added this tag:

<meta name="publish_date" property="og:publish_date" content="2019-10-21T00:00:00-0600">

Immediately, the post-inspector responded with:


BUT, when I removed that final tag, the post-inspector still showed the publish date. Logic would say that if that was the only tag that caused the publish date to be found, removing that final tag should make it go away. But removing it does not make it go away.

The question is - which of these tags or combination of these tags is required for LinkedIn to show the publish date (added value if you also answer the question as it pertains to Facebook).

来源:https://stackoverflow.com/questions/58511410/creating-meta-tags-for-linkedin-publish-date-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!