review count and rating using an image - schema.org
Posted
by
Joel
on Stack Overflow
See other posts from Stack Overflow
or by Joel
Published on 2011-11-21T17:13:50Z
Indexed on
2011/11/21
17:50 UTC
Read the original article
Hit count: 466
I need some help getting some rich snippets to my site
I inserted the review microdata following the instructions given on schema.org here http://schema.org/docs/gs.html#advanced_missing using the star-image for rating and the text for review count, but testing it with the test tool it showed nothing. Example page where we use the microdata for the reviews.
and here is what I used
<div itemprop="reviews" itemscope itemtype="http://schema.org/AggregateRating">
<A HREF="javascript:an();"><img src="/images/stars/4.5.gif"
border=0></a>
<meta itemprop="ratingValue" content="4.5" />
<meta itemprop="bestRating" content="5" />
<BR><span class="bottomnavfooter"><A
HREF="javascript:an();">Read (<span itemprop="ratingCount">70</span>) Reviews</A </span></div>
I then created a static test page and made some change using instructions Google provided here http://www.google.com/support/webmasters/bin/answer.py?answer=172705 (which is different from what I found on schema.org!!) but still the test returned only product name not the price or the reviews.
Here is my test page - Can you please see where I'm going wrong
Thanks much!!
© Stack Overflow or respective owner