Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am trying to add google rich snippet for a product page. The product has multiple reviews. I'm trying to implement rich snippet for reviews using microdata. The code looks like

<span itemprop="count">5</span>

I want the rich snippet to show the number of reviews. When only count is specified, it does show it ( in the testing tool )

But, the rich snippets documentation has some weird language:

Note: Whenever you include count, the page must also contain review markup for each reviewed item. count should only include reviews on your own site.

When should we use - counts over votes? ( apart from the obvious distinction that votes is for number of people giving ratings. In our case, all reviews have ratings and both are equivalent, but we want xx reviews in the rich snippet.)

share|improve this question
do you have the code so we can look at it? – guisasso Jan 28 at 14:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.