google rich snippets(评论)显示完全错误?

时间:2015-05-11 02:00:28

标签: seo rich-snippets google-rich-snippets

我正在处理网站的丰富网页摘要评估数据;在谷歌链接的页面上没有显示任何评论丰富的片段,但SERP结果显示5星评级,800个评分?

点击此处查看评分:artworx

此处的Google链接指向:artworx bizyhood page

任何人都有任何想法为什么当目标网址上没有评分时,为什么评论数量为800+会显示5星评级?

1 个答案:

答案 0 :(得分:0)

version of your page which Google has cached(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>

Googlebot下次抓取此页面并更新其缓存时,Google搜索可能不会再显示此Rich Snippet。