Google Rich Snippets无效

时间:2015-07-24 00:58:04

标签: seo schema.org rich-snippets google-rich-snippets structured-data

我正在为一位朋友(www.texasfriendlydds.com)在网站上工作,并试图让他们对谷歌据称喜欢的Rich Snippets有优势。它是一所防御性驾驶学校,在奥斯汀地区有10个地点。我已经将schema.org代码放在每个位置的地址中,但是在搜索“防御性驾驶奥斯汀”的同时也是如此。 - 我没有看到列出的任何位置。我为每个位置提供了以下10个代码(每个位置的地址不同):

<div itemscope itemtype="http://schema.org/LocalBusiness">
  <span itemprop="name">Texas Friendly Defensive Driving</span><br />
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
      <span itemprop="streetAddress">13201 Ranch Road 620</span><br />
      <span itemprop="addressLocality">Austin</span> <span itemprop="addressRegion">TX</span> <span itemprop="postalCode">78750</span>    
    </div>

    <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
      <span itemprop="ratingValue">4.6</span> stars - based on <span itemprop="reviewCount">24</span> reviews
    </div>

    Free meal w/ <span itemprop="priceRange">$40 tuition</span><br /><br />

    <meta itemprop="openingHours" content="Thursdays 3:30pm - 9:30pm"><b>Thursdays 3:30pm - 9:30pm</b><br />
</div>

此外,在页面底部,我汇总了所有评论,试图获得有机搜索丰富的代码段星级评分无济于事。我直接将我的代码与以下网站进行了比较: - http://www.microdatagenerator.com/aggregate-rating-schema-generator/

它们完全相同(减去值)。您可以通过Google搜索&#39;汇总评分架构找到他们的代码段。并找到第二个列表与丰富的片段星和956评级。有一次我读到你需要出示你的评分证明,但是这个网站没有这样做而且他们有。

我使用过谷歌结构化数据测试工具(https://developers.google.com/structured-data/testing-tool/),一切都很好。那么为什么世界上我没有看到任何结果?

1 个答案:

答案 0 :(得分:12)

我们(谷歌)不接受主页的丰富网页摘要;应在叶页上放置丰富的代码段注释。