【问题标题】:google rich snippets (reviews) showing completely incorrectly?谷歌丰富的片段(评论)显示完全不正确?
【发布时间】:2015-05-11 02:00:28
【问题描述】:
我正在为一个网站处理丰富的 sn-p 评论数据;谷歌链接到的页面上没有显示任何评论丰富的 sn-ps,但 SERP 结果显示 5 星评级和 800 评级?
这里是查看评级的搜索:artworx
这是谷歌链接到的页面:artworx bizyhood page
任何人知道为什么在目标 URL 上没有评级时,800+ 的评论计数显示为 5 星评级?
【问题讨论】:
标签:
seo
rich-snippets
google-rich-snippets
【解决方案1】:
version of your page which Google has cached(自 2015 年 3 月 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。