如何在Google搜索结果中显示评论星级评分

时间:2016-12-13 15:30:13

标签: google-schemas

我在电子商务平台volusion(volusion.com)上,看起来架构数据存在于评论代码中,但它不会显示在Google搜索结果中。我错过了什么。以下是示例产品的链接以及在评论页面上编码的架构。

itemtype="http://schema.org/AggregateRating">
            <span class="v-reviews__item">
                <span class="v-reviews__avg-text">Average Rating:</span>
                <img class="vCSS_img_star_avg_rating v-reviews__star-img" src="/v/vspfiles/templates/keri/images/star5.gif" alt="" />
                <span class="v-reviews__avg-rating">
                    <span itemprop="ratingValue">5</span> of 5
                </span>
            </span>
            <span class="v-reviews__item">
                <span class="v-reviews__total-text">Total Reviews: <span itemprop="reviewCount">4</span></span>
            </span>

1 个答案:

答案 0 :(得分:0)

您可能需要按照reviews中提到的那样遵循指南并注册您的兴趣。

  

要参与,请实施标记,遵循试用版中critic reviewsreview snippetsregister your interest的指南。

希望这有帮助!