由于某些原因,LinkedIn不会应用开放图标签。我已经用Facebook调试器测试了OG标签,没有问题。这里有一个链接到正在服务OG标签的页面。http:/jakonazivo.czshare1。 . 你必须查看这个文件的来源,因为它的目的只是为了服务OG标签,然后重定向到网站上的新闻页面。
任何想法是什么会导致LinkedIn的这个问题?
如果你一直无法弄清楚为什么LinkedIn没有在其分享应用中解析生成预期的预览,那么可以尝试以下方法 LinkedIn职位检查员. 仅仅是检查我的网站,一秒钟后再重新检查,会导致第一次尝试后缓存无效,第二次尝试时新的、缓存的版本就会出现。
如果LinkedIn Post Inspector帮不上忙的话,OpenGraph的开发人员很聪明,他们也创造了同样的东西,一个名为 "LinkedIn Post Inspector "的工具。OpenGraph标签检查器.
如果你仍然认为是缓存的问题,尝试共享不 example.com
但是, example.com/?someFake=Parameter
. 不同的URL将意味着缓存错过。
最后,需要注意的是,你只能分享以下内容,根据? 微软LinkedIn官方文档...
<meta property='og:title' content='Title of the article"/>
<meta property='og:image' content='//media.example.com/ 1234567.jpg"/>
<meta property='og:description' content='Description that will show in the preview"/>
<meta property='og:url' content='//www.example.com/URL of the article" />
而且要注意。使用... og:image
意味着LinkedIn将忽略您的 og:description
标签。 您可以通过使用 Wikipedia.org (没有 og:image
不过 og:description
)和 GitHub.com (既 og:image
和 og:description
标签)。)