有没有一种方法可以为集合评分的单个评论格式化微数据?

问题描述:

我不能为我的生活弄清楚如何构建具有单一评论但多个评分的页面的微数据,以便Google能够正确解释它。有没有一种方法可以为集合评分的单个评论格式化微数据?

下面是一些样品的标记,这似乎是合法的,但谷歌忽略了评级部分:

<div itemscope itemtype="http://data-vocabulary.org/Product"> 
    <span itemprop="name">Executive 
    Anvil</span> 
<span itemprop="review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate"><span itemprop="rating">4.4</span> stars, based on <span itemprop="count">89 </span> votes</span> 
<div itemscope itemtype="http://data-vocabulary.org/Review"> 
<span itemprop="itemreviewed">Executive 
    Anvil</span> 
    Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on 
    <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</time>. 
    <span itemprop="summary">Delicious, tasty pizza in Eastlake!</span> 
    <span itemprop="description">L'Amourita serves up traditional wood-fired Neapolitan-style pizza, 
     brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</span> 
    </div> 
</div> 
+0

[How to approach schema.org microdata markup in a product offers aggregates page](http://*.com/questions/10141179/how-to-approach-schema-org-microdata-markup-in -an-产品报价聚集-PAG) – 2013-12-20 18:37:53

没关系!事实证明我应该使用schema.org。