Google 丰富网页摘要无效

Google Rich Snippets Not Working

我正在为朋友 (www.texasfriendlydds.com) 开发一个网站,并试图通过据称 Google 喜欢的 Rich Snippets 为他们提供优势。这是一所防御性驾驶学校,在奥斯汀地区有 10 个地点。我已将 schema.org 代码放在每个位置的地址中,但在搜索 'defensive driving austin' 时 - 我没有看到列出的任何位置。我有 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"> 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/

它们完全相同(减去值)。您可以通过谷歌搜索 'aggregate rating schema' 找到他们的代码片段,并找到具有丰富代码片段星级和 956 评级的第二个列表。有一次我读到你需要出示你的评级证明,但这个网站不这样做,但他们有。

我使用了 Google 结构化数据测试工具 (https://developers.google.com/structured-data/testing-tool/),一切都很顺利。那么,为什么我在这个世界上看不到任何结果?

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