Facebook无法识别开放图形标签

时间:2012-11-04 20:50:22

标签: facebook facebook-graph-api facebook-opengraph

我的对象页面如下:

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"
  xmlns:fb="https://www.facebook.com/2008/fbml"> 
<head prefix="og: http://ogp.me/ns# cliprin: 
              http://ogp.me/ns/apps/cliprin#">

<meta property="fb:app_id" content="143944345745133" /> 
<meta property="og:type"   content="cliprin:product" /> 
<meta property="og:url"    content="https://itsourstudio.com/" /> 
<meta property="og:title"  content="LED Ice Cubes (Set Of 4)" /> 
<meta property="og:sitename"  content="Its Our Studio" /> 
<meta property="og:image"  
  content="https://s-static.ak.fbcdn.net/images/devsite/attachment_blank.png" /> 
<meta property="og:description"  content="Blah Blah Blah" /> 

</head>
</html>

link所示页面的JSLink调试器显示

of:type is website

并发出以下警告:

Open Graph Warnings That Should Be Fixed
 Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
 Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
 Inferred Property: The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
 Inferred Property: The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
 Tiny og:image: All the images referenced by og:image must be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the minimum specification.

1 个答案:

答案 0 :(得分:0)

Facebook会关注og:url标记中的链接( Canonical URL ),并且您没有正确的OG元标记。如果直接调试https://itsourstudio.com/,则类似,请参阅here

重定向路径部分明确指出:

  

最终网址为粗体(这是我们尝试提取元数据的网址   从)。