综合评分 google 丰富网页摘要无效

Aggregate rating google rich snippet not working

我正在尝试将 google 评级脚本添加到我的网站,但是当我在 google 中搜索我的网站时,它没有显示评级脚本。

我用结构化数据测试工具测试了我的网站,没有显示任何错误。

我还使用 google 网站管理员工具抓取了该页面。

html:

<div itemscope itemtype="http://schema.org/WebSite">
    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
        <meta itemprop="name" content="Kindred Realms" />
    </div>
    <meta itemprop="datePublished" content="28-1-2014" />
    <meta itemprop="keywords" content="rate, website, game, datop100" />
    <div class="topMenu">
        <h1 itemprop="name" content="Live website version">
            <a href="http://datop100.com" itemprop="url">Live website version</a>
        </h1>
    </div>
    <div class="content">
        <div class="bannerImage" id="pageBanner">
            <img itemprop="image" src="http://i.imgur.com/xzldkIZ.png">
            <p itemprop="description">This is just a description for the development website.</p>
        </div>
        <div class="horizontalBar"></div>
        <div id="voteContainerRating">
            <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
                <div class="addthis_toolbox addthis_default_style ">
                    <a class="addthis_button_preferred_1"></a>
                    <a class="addthis_button_preferred_2"></a>
                    <a class="addthis_button_compact"></a>
                    <a class="addthis_counter addthis_bubble_style"></a>
                </div>
                <meta itemprop="bestRating" content="5" />
                <meta itemprop="ratingCount" content="3" />
                <meta itemprop="reviewCount" content="3" />
                <meta itemprop="worstRating" content="1" />
                <div id="ratingInfo">
                    <img src="/Themes/LightBlue/Content/images/rating/3 _Star-Rating.png" alt="2,7 Star Rating">
                    <p id="ratingDesc">
                        Rating: <span itemprop="ratingValue">2,7</span>/5 - 3 votes
                    </p>
                </div>
            </div>
        </div>
    </div>
</div>

结构化数据测试工具:

有几个问题。

  1. 您的代码正在对一个名为 "Test 4" 的网站进行评级,并且 "Test 4" 显示为 同时显示为 nameitemReviewed(不需要后者)。您需要显示 什么 您实际评价的事物类型,例如餐厅、电脑游戏、电影、产品等。如果您想获得较高的 SEO,例如Author/Creator 您正在评论的内容和年龄分级。

  2. 星级由google计算得出,与[=14相比,它显示ratingValue(您的总分,通常是小数而不是整数) =](并考虑到 lowestRating。因此,您的代码现在给出的评分为 3(满分 3),最低分数为 2,这没有多大意义 -我认为这就是不显示星星和评分的原因。而是将 highestRating 设置为 5(例如)并将 lowestRating 设置为 1,这应该会给出 评分显示的代码段中的 3/10

  3. 当测试包含项目名称时,如果您的搜索,一个页面可能会对许多不同的项目进行评级。通常在您的搜索条件中包含单词 'rating' 应该会有所帮助。执行此操作时您已经可以看到代码段更改,例如 https://www.google.com/?gws_rd=ssl#q=site:datop100.com+test+4+rating

这是 VideoGame 的 Schema.org 示例,它是 CreativeWork

的一种类型
<body vocab="http://schema.org/" itemscope itemtype="http://schema.org/VideoGame http://schema.org/MobileApplication">
<span itemprop="gamePlatform">iOS</span>
<img itemprop="image" alt="Picture of monopoly board game." src="http://a3.mzstatic.com/us/r30/Purple/v4/56/85/9b/56859be5-c5fa-9cc2-9277-276891ad070e/screen568x568.jpeg"/>
<span itemprop="name">MONOPOLY</span> by <span itemprop="author">Electronic Arts</span>
<span itemprop="description">**YOU VOTED & THE CAT’S OUT OF THE BAG** Thanks to the votes from YOU and thousands of loyal MONOPOLY Facebook fans from 185 different countries, the CAT mover is now available to play with in this latest update as well as in the classic board game version of MONOPOLY!</span>
<div itemprop="aggregateRating"  itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">4</span> stars -
<span itemprop="reviewCount">33</span> reviews