为什么Google结构化数据测试工具会为嵌入的商品属性给出错误?

我的代码具有AggregateRating的标记,并且被嵌入到没有自己的Product标记的“产品”页面中。因此,我使用了AggregateRating标记的'itemReviewed'属性来指定产品级别数据,如下所示。

 <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
    <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Product">
        <meta itemprop="name" content="Haley Lace Bralette">
    </div>
  </div>

google结构化数据测试工具给出此错误“应提供要约或评论之一或aggregateRating”,但该错误是针对AggregateRating元素给出的。为什么它已经在AggregateRating元素中时为什么要请求gregatorRating?

yangbin1by 回答:为什么Google结构化数据测试工具会为嵌入的商品属性给出错误?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2776285.html

大家都在问