Google plus Google Plus开放图形错误:G+;不';当UTM或其他查询字符串附加到URL时,无法识别打开的图形图像

Google plus Google Plus开放图形错误:G+;不';当UTM或其他查询字符串附加到URL时,无法识别打开的图形图像,google-plus,query-string,facebook-opengraph,Google Plus,Query String,Facebook Opengraph,Google Plus非常擅长在共享标准URL时提取指定的图像,如: http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048 见: 但是,当您开始附加查询字符串时,事情开始变得不正常,例如在以下URL中: http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-

Google Plus非常擅长在共享标准URL时提取指定的图像,如:

http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048

见:

但是,当您开始附加查询字符串时,事情开始变得不正常,例如在以下URL中:

http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048?utm_source=google-plus&utm_媒体=社交活动&utm_活动=stackoverflow一般促销

对于某些URL+查询字符串,默认图像似乎毫无意义:

http://skeptics.stackexchange.com/questions/4508/can-every-grain-of-sand-be-addressed-in-ipv6?xyz_12312313

上面截图中的图像是最后一个留下共享问题答案的人的用户照片


有没有办法强迫Google Plus在附加查询字符串的情况下也使用og:image标记定义的图像?

没有,Google+没有办法

这种行为在Facebook scraper中是可能的,因为它支持检查Google+不支持的
og:url
(为什么??)。这些是Google+支持的项目

<meta property="og:title" content="..." />
<meta property="og:image" content="..." />
<meta property="og:description" content="..." />

请阅读Google+中OpenGraph常见问题部分:

为什么我的+代码片段图像没有出现?
太小或不够方形的图像不会包含在+代码段中,即使schema.org microdata或Open Graph markup显式引用了这些图像。具体来说,高度必须至少为120px,如果宽度小于100px,则纵横比不得大于3.0。

嘿,谢谢,这非常有用。标记为接受。如果其他人对此错误有任何见解,请添加它。
<body itemscope itemtype="http://schema.org/QAPage">
  <h1 itemprop="name">Shiny Trinket</h1>
  <img itemprop="image" src="{image-url}" />
  <p itemprop="description">Shiny trinkets are shiny.</p>
</body>