【发布时间】:2013-08-07 14:50:23
【问题描述】:
我们如何将我们的网站“列入白名单” - 当人们点击指向我们网站 (www.ineed.co.uk) 的链接时,会出现“Facebook 认为该网站不安全......”
【问题讨论】:
-
尝试使用developers.facebook.com/tools/debug 调试您的网站 - 您可以查看是否有任何 facebook 不喜欢的标签
我们如何将我们的网站“列入白名单” - 当人们点击指向我们网站 (www.ineed.co.uk) 的链接时,会出现“Facebook 认为该网站不安全......”
【问题讨论】:
如果您调试该站点,您可以看到:
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.
在你的网站头部修复这些标签就可以了。
【讨论】: