我们如何将我们的网站“列入白名单” - 当人们点击我们网站(www.ineed.co.uk)的链接时,它会出现'Facebook认为这个网站不安全......'
答案 0 :(得分: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.
将这些标记修复到您网站的头部并且没问题。