我的网站中有一个“评论聚合”微数据片段,谷歌已经缓存了它,但它没有出现在谷歌搜索结果中并带有评级星。
包含微数据的 URL 是:
这是片段:
<div class="ui-corner-bottom" id="micro-data-reviews" itemscope="" itemtype="http://data-vocabulary.org/Review-aggregate">
<span itemprop="itemreviewed">RNSalert</span> is rated
<span itemprop="rating" itemscope="" itemtype="http://data-vocabulary.org/Rating">
<span itemprop="average">9.0</span>
out of <span itemprop="best">10</span>
</span>
based on <a href="http://www.trustpilot.co.uk/review/rnsalert.com" target="_blank"><span itemprop="votes">16</span> independent ratings</a>.
</div>
使用谷歌的结构化数据测试工具,它表明微数据被正确解析......
http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.rnsalert.com%2F&html=
然而谷歌搜索结果并没有显示它。该页面已被缓存。
在谷歌搜索“RNS 警报”,您将获得列为第一个自然结果的页面。
有什么想法吗?
非常感谢,
担