使用Schema在Google上评分错误

时间:2016-06-20 12:04:47

标签: google-schemas

我试图恭维"评价评分"我的Google商家信息上的架构。

我的"总分"结构如下:

<div class="span7" itemscope itemtype="http://schema.org/Place">
    <div class="stars" onclick="document.location.href='http://www.chambresdhotes.org/cgi-bin/links/review.cgi?ID=65995'" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
        <span class="badge badge-success">5 avis</span>
        <meta itemprop="bestRating" content="10" />
        <meta itemprop="worstRating" content="8" />
        <meta itemprop="ratingValue" content="9.2" />
        <meta itemprop="ratingCount" content="5" />
    </div>
</div>

然后,对于该页面上的每个评论 - 我也有:

<div class="reviewBox" itemscope itemtype="http://schema.org/Review">
    <meta itemprop="author" content="Patrice" />
    <meta itemprop="itemreviewed" content="Les Collinades" />
    <div class="reviewRating" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
        <span class="link-rating"><span class="rating-5"></span></span>
        <meta itemprop="bestRating" content="5" />
        <meta itemprop="ratingValue" content="5" />
    </div>
</div>

在此处对Google工具进行架构检查时,这一切都显示正常:

https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fwww.chambresdhotes.org%2FDetailed%2F65995.html

&#34;整体&#34;排名/评论数量等:

enter image description here

...然后是个人评论分数:

enter image description here

然而,当你到这里错了:

https://www.google.fr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=site:www.chambresdhotes.org+Detailed%2F65995.html

enter image description here

我为什么这样做有点困惑。我错过了什么?

谢谢!

1 个答案:

答案 0 :(得分:3)

看起来您已经填写了bestRatingworstRating,其中包含您的业务收到的最高和最差评分。但是,这些旨在用于定义最佳可能和最差可能的额定值。

根据您的示例,我假设您的客户可以按1至10的等级对您的业务评分。因此,bestRating必须为10worstRating必须是1

然后您必须自己计算平均总体评分,并将其放在ratingValue