未找到发布日期 Linkedin POST INSPECTOR

Lon*_*yễn 5 html seo linkedin meta-tags

找了一个多月才找到没查到发表日期的原因。

这是我的代码:

<meta charset="utf-8">
<title>Rouse - Rouse launches China Software Litigation Report</title>

<meta name="robots" content="index, follow">
        <meta name="title" content="Rouse launches China Software Litigation Report">
    <meta property='og:title' content='Rouse launches China Software Litigation Report'/>
    <meta property='og:image' content='https://sitedev.rouse.com/media/hqphzwt4/data-abstract.jpg?anchor=center&amp;mode=crop&amp;width=1903&amp;height=713&amp;rnd=132415927615200000'/>
        <meta property="og:type" content="article">
        <meta property='og:description' content='Report examines how foreign companies have fared in Chinese courts'/>
        <meta property='og:url' content='/insights/news/2020/rouse-launches-china-software-litigation-report'/>
        <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">
        <meta name="publish_date" property="og:publish_date" content="2019-10-21T00:00:00-0600">  
        <meta name="author" content="Chris Bailey, Doug Clark, Nandi (Landy) Jiang"/>
        <meta name="generator" content="Chris Bailey, Doug Clark, Nandi (Landy) Jiang" />
Run Code Online (Sandbox Code Playgroud)

我在此链接中引用了为 Linkedin 创建元标记 - 发布日期“未找到”但它不起作用。

我问了主持人,但答案是在 stackoverflow 上问极客


我哪里做错了?

Bra*_*ods 0

我可以通过向页面添加时间元素来使其工作:

<time datetime="2021-05-23">May 2021</time>

  • 这个修复对我不起作用。 (2认同)