Rich Snippets being removed

Very interesting read. I made my own star rating system after I read about microformats, but I'm yet to launch a website that really makes use of it. Dave's suggestion seems with merit, maybe they're filtering the obvious first, or maybe just being more strict with websites that use the same plugins (kinda like a microformat dance, eh?).

I don't suppose the google bots are voting themselves, but do you have a way to verify this?. That would be the fastest way for them to check if the systems are somewhat rigged or look for inconsistencies.
 
I am now interested in the link that Shawn left.
DoubleReviewStars.jpg

This sort of "10 Star" rating would really stand out and definitely get a persons attention.

Dave
 
Here's another link that shows some good hReview codes.
https://seogadget.co.uk/using-hreview-microformat-on-your-review-page/

you could try this format:

<div class="hreview">
<span class="item">
<span class="fn">Google Nexus One</span> </span>
<span class="rating">3.5</span>
<span class="reviewer">Richard Baxter</span>
<abbr class="dtreviewed" title="20100110">January 10th 2010</abbr> <span class="summary">"Great so far..."</span>
<span class="description">"The phone syncs easily with a Google account, in fact, you should definitely have a Google account before you get this phone. If you use Google calendar and mail, the phone regularly pulls new mail and calendar items to your phone."</span></div>


or this:
<div class="hreview-aggregate">
<span class="item">
<span class="fn">Google Nexus One</span> </span>
<span class="rating">Rating: <span class="average">3.5</span> out of <span class="best">5</span> </span> based on <span class="count">35</span> reviews. </span></div>


which looks like this
google-nexus-one-review.png
 
This from the SEOgadget site is interesting.

http://www.google.com/webmasters/tools/richsnippets

It shows G is seeing the code the same on my site and on other sites, but the other sites keep their stars and my site loses them.

My site must fit a certain profile that G has set for eliminating the stars.

Does anyone have an example of WP sites having stars for over a month?

Most of the sites Im looking at with stars are on different platforms.
 
Same thing happened to me. I had to change the code and now it works perfectly. Make sure that you're using: <div itemprop = 'reviews' itemscope itemtype='http://schema.org/Review'>

Even Google had it wrong in their tutorial as the code they write is incorrect.

 
Same thing happened to me. I had to change the code and now it works perfectly. Make sure that you're using: <div itemprop = 'reviews' itemscopeitemtype='http://schema.org/Review'>

Even Google had it wrong in their tutorial as the code they write is incorrect.


Now that is hilarious that Google had it wrong... Billions of dollars of profit :p It's a mad house I tell you!
 
As far as i could figure stars are being removed from sites and pages they don't like any more (pandas and penguins)
 
Back
Top