Review Ratings Microdata not to Google Spec
-
Hi,
Just a small thing.
The plugin outputs the review rating as:
<div class=”blog-yumprint-rating” itemprop=”ratingValue” content=”4″ bestrating=”4″ style=”display: none;”>
But as per Google’s rich snippets troubleshooting page:
https://support.google.com/webmasters/answer/1093493?hl=en#hidden
the content must be visible to the user (ie. you can’t use display:none).
In stead, as per Google’s Rich snippets – Review ratings page
https://support.google.com/webmasters/answer/172705?hl=en
You should use
<meta itemprop=”rating” content=”4.5″ />
Which will still hide the content, but in a Google-safe way.
Cheers,
George.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Review Ratings Microdata not to Google Spec’ is closed to new replies.