OpenGraph链接不在Linkedin上显示(但在facebook上显示)

时间:2018-02-05 03:11:03

标签: linkedin opengraph

我开发的[我开发的网站] [1]上的Opengraph标记已经设置好了。在Facebook上正常工作但“无法在linkedin上显示”。

完成我的研究后,我了解缓存期和提供opengraph的不同方法。任何人都可以了解我所缺少的东西吗?

尝试了两个单独的实现:

基于脚本的实现

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "NewsArticle",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https:https://www.tssimmigration.com.au/news/single/skilled-190-visa-pathway-for-stem-graduates"
  },
  "headline": "Skilled 190 Visa pathway for STEM graduates",
  "image": [
    "https://www.tssimmigration.com.au/images/uploads/home/171215_DM_TSS_384_1.jpg"
   ],
  "datePublished": "19 JAN 2018",
  "author": {
    "@type": "Person",
    "name": "Micaela Hoglund"
  },
   "publisher": {
    "@type": "Organization",
    "name": "TSS Immigration",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.tssimmigration.com.au/img/tss.immi3.png"
    }
  },
  "description": "<p>Just one of the range of immigration pathways open to those skilled in a STEM profession is the Skilled Nominated (Subclass 190) Visa.</p>"
}
</script>

和元标记实现

<meta property="og:type" content="website">
            <meta property="og:image" content="https://www.tssimmigration.com.au/images/uploads/home/hero6_copy.jpg" />
            <meta property="og:url" content="https://www.tssimmigration.com.au/" />
            <meta property="og:title" content="Australian Migration Agents & Consultants in Melbourne | TSS Immigration" />
            <meta property="og:description" content="TSS Immigration are registered migration agents based in Melbourne. Our Expert Migration Agents will evaluate your eligibility and assist you to get an Australian Visa." />

1 个答案:

答案 0 :(得分:0)

这似乎与Linkedin Open Graph Sharing not working

相同

我不知道这是不是真的,但第一条评论说“这取决于网站的受欢迎程度”。 如果您的网站不够流行,LinkedIn将不会显示它。

我在我的某个网站上遇到同样的问题,OG在facebook上完美运行但从未在Linkedin上显示。

即使我从OG在LinkedIn上显示的网站复制/粘贴html页面......