评论的丰富摘要 - 错误:包含 schema.org 的不完整的微数据



我用谷歌工具(http://www.google.com/webmasters/tools/richsnippets)测试了它,它向我显示了一个错误(错误:schema.org 的微数据不完整)。

<p itemprop="review" itemscope itemtype="http://schema.org/Review">
  <em itemprop="author">
    Walter
  </em>
  :
  <span itemprop="description">   " I just love this product and I'll always buy this one" </span>
  <br>
  <br>
</p>
<p itemprop="review" itemscope itemtype="http://schema.org/Review">
  <em itemprop="author">
    Jesse
  </em>
  : <span itemprop="description">"I don't think I'll buy it again and recommend it to others."
  </span>
  <br>
  <br>
</p>

评论应该包含所有内容吗?我错过了什么?

我查找了 http://schema.org/Review,我的样本似乎与示例一致。我是新手,我可以使用一些指针。

愚蠢的我!我没有完全阅读谷歌指南。根据 https://support.google.com/webmasters/answer/146645,我缺少必需的属性。

汇总评论需要项目审查(项目)和评级,而我的没有。

相关内容

最新更新