Google Plus 共享对话框显示错误图像,使用 OpenGraph 元标记
Google Plus share dialog showing wrong image, using OpenGraph meta tags
我正在使用 OpenGraph 标签,所以当我在 Facebook 或 Google+ 上分享我的页面时,这些服务会知道应该在分享对话框中显示什么图像。
<meta property="og:title" content="Best Site Ever" />
<meta property="og:description" content="This website rules" />
<meta property="og:image" content="http://example.com/image.png" />
两种服务都显示正确的图像,但我在 og:image 中更改了图像(和文件名)。在 运行 通过他们的 URL 调试器之后,只有 Facebook 显示了新图像。 Google+ 显示旧图像,我也通过他们的调试器 运行 我的 URL,但图像不会更新。有人知道为什么吗?
使用the structured data tool to check what metadata / schema Google is parsing out. Also, sometimes the service is caching data, try appending an anchor or parameter to your URL while testing (e.g. https://foo.com becomes https://foo.com/#test1 https://foo.com?bar=1)。缓存失效所需的时间未知,因此强制爬虫重新计算为您的页面显示的代码段的唯一一致方法是更改 url.
您可能希望try generating schema using the Google+ snippet tool. Also, note that article rendering has requirements that you can follow 控制图像在流中的显示方式。请注意,如果您希望内容以大图像呈现,则必须为架构类型指定文章、博客或博客帖子。
我正在使用 OpenGraph 标签,所以当我在 Facebook 或 Google+ 上分享我的页面时,这些服务会知道应该在分享对话框中显示什么图像。
<meta property="og:title" content="Best Site Ever" />
<meta property="og:description" content="This website rules" />
<meta property="og:image" content="http://example.com/image.png" />
两种服务都显示正确的图像,但我在 og:image 中更改了图像(和文件名)。在 运行 通过他们的 URL 调试器之后,只有 Facebook 显示了新图像。 Google+ 显示旧图像,我也通过他们的调试器 运行 我的 URL,但图像不会更新。有人知道为什么吗?
使用the structured data tool to check what metadata / schema Google is parsing out. Also, sometimes the service is caching data, try appending an anchor or parameter to your URL while testing (e.g. https://foo.com becomes https://foo.com/#test1 https://foo.com?bar=1)。缓存失效所需的时间未知,因此强制爬虫重新计算为您的页面显示的代码段的唯一一致方法是更改 url.
您可能希望try generating schema using the Google+ snippet tool. Also, note that article rendering has requirements that you can follow 控制图像在流中的显示方式。请注意,如果您希望内容以大图像呈现,则必须为架构类型指定文章、博客或博客帖子。