Review Aggregate Google Rich Snippet - Error with

2019-08-11 05:41发布

问题:

I have successfully implemented Google Rich Snippets on my web pages. But when I tried to use review aggregate Snippets, it gives me the below error: "If count is specified in review aggregate, page should contain reviews. Otherwise you may want to use votes"

I have got reviews on my page but why Google say something like this.

回答1:

I copied the guidelines from Schema.org/AggregateRating and suffered the same error. If you haven't already, try changing itemprop to "ratingCount" instead of "reviewCount" eg:

div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> <meta itemprop="ratingValue" content="3.5"><meta itemprop="ratingCount" content="5"> </div>



回答2:

Make sure each review is marked up with the

<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> 

schema