我们正面临Facebook股票的问题。基本上,每当我们发布新文章时,Facebook调试器都看不到og标记(尽管所有标记都在其中),我们必须再次手动刮擦链接10次才能使预览正常工作。
以下是我们在帖子中添加的og标签:
<meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Σαν σήμερα - Famagusta News" /><meta property="og:description" content="Διαβάστε τα σημαντικότερα γεγονότα της ημέρας στο Famagusta.News" /><meta property="og:url" content="https://famagusta.news/san-simera/199499/" /><meta property="og:site_name" content="Famagusta News" /><meta property="article:publisher" content="https://www.facebook.com/famagusta.news" /><meta property="article:section" content="Σαν Σημερα" /><meta property="article:published_time" content="2019-03-12T22:06:39+00:00" /><meta property="fb:app_id" content="447915658939075" /><meta property="og:image" content="https://cdn.famagusta.news/wp-content/uploads/2019/03/12/snsmr5-1200x630.jpg" /><meta property="og:image:secure_url" content="https://cdn.famagusta.news/wp-content/uploads/2019/03/12/snsmr5-1200x630.jpg" /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="630" /><meta property="og:image:alt" content="Σαν σήμερα" />
这是我们第一次尝试时收到的错误:
推断的属性'og:image'属性应明确 提供,即使可以从其他标签推断出一个值。失踪 属性缺少以下必需属性:og:url, og:type,og:title,og:image,og:description,fb:app_id卷曲超时 刮取URL的请求超时。卷曲错误卷曲错误:28 (OPERATION_TIMEOUTED)
预览结果here
我们的网站对图像使用SSL证书,Cloudflare(基本)和KeyCDN。
答案 0 :(得分:0)
使用http://
URL进入og:image
和https://
URL进入og:image:secured
或另一个og:image
答案 1 :(得分:0)
https://developers.facebook.com/docs/sharing/webmasters/
根据文档,您必须添加og:image:width
和og:image:height
以确保立即加载。
编辑:我刚刚看到您确实提供了标签。您的服务器似乎有问题,这里讨论了该错误:Facebook developer tool throw: Curl Error : OPERATION_TIMEOUTED Operation timed out after 10000 milliseconds with 0 out of -1 bytes received