seo - Google Rich Snippets Not Working -


i'm working on website friend (www.texasfriendlydds.com) , trying give them edge rich snippets google allegedly loves. it's defensive driving school 10 locations in austin area. i've placed schema.org code within address of each location, while searching 'defensive driving austin' - not see of locations listed. have 10 of following code each location(different address each):

<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> 

in addition, @ bottom of page, aggregate reviews in attempt organic search rich snippet star-ratings no avail. i've compared code directly following site: - http://www.microdatagenerator.com/aggregate-rating-schema-generator/

they same (minus values). can find snippets googling 'aggregate rating schema' , find 2nd listing rich snippet stars , 956 ratings. @ 1 point read need show proof of ratings, site doesn't , have them.

i've used google structured data testing tool (https://developers.google.com/structured-data/testing-tool/) , comes out peachy. why in world not seeing results this?

we (google) don't accept rich snippets homepages; rich snippet annotations should placed on leaf pages.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -