“aggregateRating”和“review”适用于没有任何评分或评论的产品

M. *_*ter 5 microdata schema.org google-rich-snippets

我正在向没有任何评级或评论的新产品页面添加属性aggregateRatingreview如何将它们添加到我的页面并使其对 Google 结构化数据有效?

<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
    <meta itemprop="ratingValue" content="">
    <meta itemprop="reviewCount" content="">
</div>

<meta itemprop="review" content="">
Run Code Online (Sandbox Code Playgroud)

我需要知道在产品如此新的情况下还没有建立价值的内容应该放入什么。

小智 2

如果您检查AggregateRating类型的架构规范,您将找到以下信息:

基于多个评级或评论的平均评级。

同样的事情告诉我们Google for Review的技术指南

确保使用 schema.org/AggregateRating 标记许多人对某个项目的总体评估。

在这两种情况下,都提到了复数(由我突出显示),即您的产品必须至少有两个评论。托尼·麦克雷思(Tony McCreath)在评论中提到,您可能会得到有用的建议。