我希望我们的网站文章出现在 Google 新闻中。我去了出版商中心并填写了所有必要的信息。在部分中,我选择了提要并添加了提要 URL(我的后端是 Django)。一切看起来都很好。所有最新消息都以我想要的方式出现。这里的问题是图像。一些文章的图片没有出现(谷歌新闻列表中的缩略图)。
为什么有些图像会出现而有些则不会。影响这个结果的因素是什么?所有图像的尺寸相同,均为 920x520。图像格式为 jpg 或 png。请帮帮我。
谢谢。
Feed 中的示例商品标签是
<item>
<title>Sample title</title>
<link>https://sample.com/smaple-link/</link>
<description>Sample decription</description>
<guid>https://sample.com/smaple-link/</guid>
<content:encoded>
<figure>
<img src="https://sample.com/link-to-image" class="type:primaryImage"></img>
</figure>
</content:encoded>
<media:thumbnail width="300" url="https://sample.com/link-to-image" height="300"></media:thumbnail>
<figure type="image/jpeg">
<image src="https://sample.com/link-to-image" caption="Strength and Clarity: Why Following Crowds Will Leave You Lost In The Noise"></image>
</figure>
</item>