好吧,在查看源代码时,我的页面中的元数据
<html>
<head>
<title>YourGag - Gag</title>
<meta property="og:title" content="MyGag - Gag" />
<meta property="og:type" content="activity" />
<meta property="og:url" content="http://blaze-craft.com/matt/gag.php?id=2" />
<meta property="og:image" content="http://blaze-craft.com/matt/get.php?id=2" />
<meta property="og:site_name" content="YourGag" />
<meta property="fb:admins" content="1254694731" />
</head>
但是当我使用facebook调试器时,它会说这个
Meta Tag: <meta property="og:title" content="MyGag - Gag" />
Meta Tag: <meta property="og:type" content="activity" />
Meta Tag: <meta property="og:url" content="http://blaze-craft.com/matt/gag.php?id=0" />
Meta Tag: <meta property="og:image" content="http://blaze-craft.com/matt/get.php? id=0" />
Meta Tag: <meta property="og:site_name" content="YourGag" />
Meta Tag: <meta property="fb:admins" content="1254694731" />
你可以看到id为什么会发生这种情况有什么不同?
感谢
:)
答案 0 :(得分:1)
Body Meta :
<meta>
之后有<head>
个标记。这是其中之一 因为你的<head>
格式不正确,并且在解析中它们降低了 树,或者您不小心将Open Graph标记放在了错误的位置。 无论哪种方式,您都需要在标签可用之前修复它。