共享时,Google共享未选择正确的图片

时间:2015-11-06 13:10:48

标签: javascript share social-networking opengraph

我正在开发Google共享功能。

我正在使用schema.org,如答案中所述 Google Plus share not picking meta tags from head

<body itemscope itemtype="http://schema.org/Product">
  <h1 itemprop="name">Shiny Trinket</h1>
  <img itemprop="image" src="{image-url}" />
  <p itemprop="description">Shiny trinkets are shiny.</p>
</body>

在此之后我用测试工具测试了这个 - https://developers.google.com/structured-data/testing-tool/

它使用测试工具显示正确的数据。但是,当我从我的网站分享时,它正在拍摄不同的图片。

我在同一页面上有相同信息的og标签。 Facebook分享正常运作。

我不知道为什么谷歌会选择错误的图片。这是缓存问题吗? 任何人都可以帮忙。

注意 - 图像大小也符合谷歌推荐

1 个答案:

答案 0 :(得分:0)

最终得到了解决方案,因为图像大小调整,尝试适当比例的尺寸图像1600 x 900,600x400,看看它们应该有效。

How to resize images proportionally / keeping the aspect ratio?