0

我的对象页面如下所示:

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

链接所示页面的 JSLink Debugger表明

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.
4

1 回答 1

0

Facebook 将跟随og:url标签中的链接(规范 URL),而您那里没有正确的 OG 元标签。如果您https://itsourstudio.com/直接调试,则类似,请参见此处

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

最终 URL 以粗体显示(这是我们尝试从中提取元数据的 URL)。

于 2012-11-04T22:58:48.227 回答