来自 Schema.org http://schema.org/AggregateRating的丰富片段示例:
<html>
<div itemscope itemtype="http://schema.org/Product">
<img itemprop="image" src="dell-30in-lcd.jpg" />
<span itemprop="name">Dell UltraSharp 30" LCD Monitor</span>
<div itemprop="aggregateRating"
itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">87</span>
out of <span itemprop="bestRating">100</span>
based on <span itemprop="ratingCount">24</span> user ratings
</div>
</div>
</html>
但http://www.google.com/webmasters/tools/richsnippets不会显示预览。
那么,http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146645中的以下内容只是谎言?
新的!schema.org 允许您使用 Google、Microsoft 和 Yahoo! 的词汇表在您的页面上标记更广泛的项目类型。都能理解。找到更多。(不过,Google 仍然支持您现有的丰富网页摘要标记。)