我花了一个多月才找到没有找到发布日期的原因.

这里我的代码:
<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&mode=crop&width=1903&height=713&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" />我参考了这个链接为Linkedin创建元标记-发布日期“未找到”,但它不起作用。
我问主持人,但答案是堆叠溢出问极客。
我哪里出错了?
发布于 2021-12-16 10:13:52
通过在页面中添加一个时间要素,我能够让它工作起来:
<time datetime="2021-05-23">May 2021</time>
https://stackoverflow.com/questions/65697432
复制相似问题