AggregateRating
当对象尚未评级 ( ratingValue
= 0)时如何设置?
我目前的设置是:
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="ratingValue" content="0" />
<meta itemprop="bestRating" content="5" />
<meta itemprop="worstRating" content="1" />
<div itemprop="ratingCount">0</div>
</div>
当我使用 Google 测试工具检查微数据时,我收到错误“无法标准化评分值”。我只需要设置worstRating
为0吗?还是有其他方法可以说明还没有评分?