我已在网页上成功实施了Google Rich Snippets。但是当我尝试使用评论聚合片段时,它给出了以下错误: "如果在审核聚合中指定了count,则页面应包含评论。否则你可能想使用投票"
我的网页上有评论,但为什么Google会说这样的话。
答案 0 :(得分:1)
我从Schema.org/AggregateRating复制了指南并遇到了同样的错误。 如果您还没有,请尝试将itemprop更改为“ratingCount”而不是“reviewCount” 例如:
div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> <meta itemprop="ratingValue" content="3.5"><meta itemprop="ratingCount" content="5">
</div>
答案 1 :(得分:0)
确保每个评论都标有
<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
模式