0

来自 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 仍然支持您现有的丰富网页摘要标记。)

4

1 回答 1

1

它工作得很好。

Google 没有义务每次都向您显示预览,当我从 schema.org 插入您的示例时,它会显示错误:

The following errors were found during preview generation:
This page does not contain authorship or rich snippet markup.

我已经在我网站的新闻中做到了,它显示得很好

于 2012-07-02T09:51:56.183 回答