I'm working on rich snippet review data for a website; there aren't any reviews rich snippets showing on a page that google links to, but the SERP result shows a 5 star rating with 800 ratings?
here's the search to see the rating: artworx
and here's the page google links to: artworx bizyhood page
Anyone have any ideas why a review count of 800+ is showing with a 5 star rating when the rating is not present on the destination URL?
The version of your page which Google has cached (from 2015-03-23) contains an AggregateRating
:
<div class="score high clearfix" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="ratingCount" content="804" />
<meta itemprop="worstRating" content="33" />
<meta itemprop="bestRating" content="100" />
<span id="business-score" itemprop="ratingValue">100</span>
<h6>Customer Rating</h6>
<small>View customer feedback</small>
</div>
The next time the Googlebot crawls this page and updates its cache, Google Search will likely no longer show this Rich Snippet.