html 找不到出版日期Linkedin POST INSPECTOR

cotxawn7  于 2023-03-16  发布在  其他
关注(0)|答案(1)|浏览(77)

我花了一个多月的时间才找到找不到出版日期的原因。

这里我的代码:

<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" />

我已经在此链接引用Creating meta tags for Linkedin - Publish Date "not found",但它不工作。
我问了主持人,但答案在stackoverflow上,可以问极客们
我哪里做错了?

1qczuiv0

1qczuiv01#

我可以通过在页面中添加一个time element来让它工作:
<time datetime="2021-05-23">May 2021</time>

相关问题