gpt4 book ai didi

microdata - Google 中的评级丰富片段 (Schema.org) 不起作用

转载 作者:行者123 更新时间:2023-12-05 01:07:08 27 4
gpt4 key购买 nike

我尝试发布一小段代码并尝试在 Google 结构化数据测试工具中对此进行测试,但没有显示丰富的代码段。

这是我的意思的截图:

这是我使用的一段代码,我直接从 Schema.org 获取:

<div itemscope itemtype="http://schema.org/Product">
<span itemprop="name">Product name</span>
<div itemprop="aggregateRating"
itemscope itemtype="http://schema.org/AggregateRating">
Rated <span itemprop="ratingValue">5</span>/5
</div>
</div>

任何想法为什么它没有出现在测试工具中?

谢谢,巴乔

最佳答案

对于汇总评论评分,与单个评论相反,您必须使用 ratingValue 指定 reviewCount 为其平均值的评论总数。使用您的代码作为基础:

<div itemscope itemtype="http://schema.org/Product">
<span itemprop="name">Product name</span>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
Rated <span itemprop="ratingValue">5</span>/5
Based on <span itemprop="reviewCount">100</span> reviews
</div>
</div>

注意添加 Based on <span itemprop="reviewCount">100</span> reviews
请参阅 schema specification 的示例 1,以及 Google's examplescount 的使用(使用数据词汇表)。

关于microdata - Google 中的评级丰富片段 (Schema.org) 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19022169/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com