如何使用微格式

时间:2012-10-05 09:27:12

标签: microdata microformats rich-snippets

我试图在我的网站上添加一些微格式,并使用Google结构化数据测试工具测试给我一个

  

警告:无法识别项目类型。

通过什么是正确的语法?

<div class="vote-message" itemscope itemtype="http://data-vocabulary.org/Rating">
  <span itemprop="value">
    <span itemprop="bestRating">
      5.0/<strong>5</strong>
    </span>
    Bewertung (<span itemprop="ratingValue">3</span> Stimmen)
  </span>
</div>

1 个答案:

答案 0 :(得分:4)

因为http://data-vocabulary.org被关闭并替换为http://schema.org/;如果您将itemtype属性的值替换为itemtype="http://schema.org/AggregateRating",则警告消失,您可以在结构化数据工具中查看提取的结构化数据。