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?
我正在为网站制作丰富的代码段审核数据;在谷歌链接的页面上没有显示任何评论丰富的片段,但SERP结果显示5星评级,800个评级?
here's the search to see the rating: artworx
这是搜索以查看评级:artworx
and here's the page google links to: artworx bizyhood page
这里的页面链接到:artworx bizyhood页面
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?
任何人都有任何想法为什么当目标网址上没有评级时,为什么评论数量为800+会显示5星评级?
1 个解决方案
#1
The version of your page which Google has cached (from 2015-03-23) contains an AggregateRating
:
Google缓存的页面版本(2015-03-23)包含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.
下次Googlebot抓取此页面并更新其缓存时,Google搜索可能不再显示此Rich Snippet。
#1
The version of your page which Google has cached (from 2015-03-23) contains an AggregateRating
:
Google缓存的页面版本(2015-03-23)包含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.
下次Googlebot抓取此页面并更新其缓存时,Google搜索可能不再显示此Rich Snippet。