我们如何将我们的网站“列入白名单” - 当人们点击指向我们网站 (www.ineed.co.uk) 的链接时,会出现“Facebook 认为该网站不安全......”
问问题
304 次
1 回答
0
如果您调试该站点,您可以看到:
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.
在您的网站头部修复这些标签,就可以了。
于 2013-08-07T15:03:17.640 回答