为什么 Facebook 无法识别我的 OG 标签?
Why isn't Facebook recognizing my OG tags?
在包含 OpenGraph 标签的网站上工作。但是,当尝试共享其中一个页面时,Facebook 预览未正确填充:
例如:https://www.hkinsurance.com/2018/03/noise-reduction-restaurant/
OG 标签:
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="H&K Insurance"/>
<meta property="og:title" content="Noise Reduction for Your Restaurant - H&K Insurance"/>
<meta property="og:url" content="https://www.hkinsurance.com/2018/03/noise-reduction-restaurant/"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Reducing noise is key to maintaining ambiance in your restaurant. Learn about noise reduction techniques on our blog. Call 617-612-6515 to evaluate your insurance coverages."/>
您需要进入您的页面url并点击下一页中的再次抓取按钮。
https://developers.facebook.com/tools/debug/
如果这没有帮助,可能您没有 属性 og 标签要求。
看看这个:https://developers.facebook.com/docs/sharing/best-practices
对于 og:image 如果您为相同的 url 更改图像,有时 facebook 缓存图像和 Scrape 按钮不起作用。您有两个选择:等到 Facebook 清理其缓存或更改图像名称和新图像的 og:image 属性 路径和 再次抓取 .
百思不得其解后,我发现我的文件是UTF-16格式的,不是UTF-8格式的。我一转换,一切正常。
在包含 OpenGraph 标签的网站上工作。但是,当尝试共享其中一个页面时,Facebook 预览未正确填充:
例如:https://www.hkinsurance.com/2018/03/noise-reduction-restaurant/
OG 标签:
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="H&K Insurance"/>
<meta property="og:title" content="Noise Reduction for Your Restaurant - H&K Insurance"/>
<meta property="og:url" content="https://www.hkinsurance.com/2018/03/noise-reduction-restaurant/"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Reducing noise is key to maintaining ambiance in your restaurant. Learn about noise reduction techniques on our blog. Call 617-612-6515 to evaluate your insurance coverages."/>
您需要进入您的页面url并点击下一页中的再次抓取按钮。 https://developers.facebook.com/tools/debug/
如果这没有帮助,可能您没有 属性 og 标签要求。
看看这个:https://developers.facebook.com/docs/sharing/best-practices
对于 og:image 如果您为相同的 url 更改图像,有时 facebook 缓存图像和 Scrape 按钮不起作用。您有两个选择:等到 Facebook 清理其缓存或更改图像名称和新图像的 og:image 属性 路径和 再次抓取 .
百思不得其解后,我发现我的文件是UTF-16格式的,不是UTF-8格式的。我一转换,一切正常。