错误:Thing不是itemreviews属性的已知有效目标类型



显示错误:Thing不是itemreviews属性的已知有效目标类型。对于下面的代码。请帮助。

<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating" style="color: #333; margin: 10px auto; font-size: 12px;display: inline-block;width: 100%;line-height: 20px;">
<span itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing" style="color: #333; margin: 20px auto; font-size: 12px;">
<span itemprop="name">#</span>&nbsp;
</span>
<span>
<a href="https://#/testimonials.html" title="Check all reviews" rel="nofollow" style="color: #333; margin: 20px auto; font-size: 12px;">Reviews</a>
</span><br>
<span itemprop="ratingValue" style="color: #333; margin: 20px auto; font-size: 12px;">5</span> rating, out of 
<span itemprop="bestRating" style="color: #333; margin: 20px auto; font-size: 12px;">5</span> based on 
<span itemprop="ratingCount" style="color: #333; margin: 20px auto; font-size: 12px;">1127</span> Patients.

如果您想获得丰富的结果,Google只支持itemreviews类型的一个子集:

https://developers.google.com/search/docs/data-types/review-snippet review properties

文档有点令人困惑,因为它确实提到了itemreview值的Thing,但随后列出了它可以是哪些特定类型。

最新更新