I have been working on my site, and rich snippets. Initially when I wrote the mark-up I checked on
and it evaluated the mark-up to be correct and after that I used Google Crawl tool. After those actions were performed the rich snippets appeared to work correctly on google, and every time I googled the site it used to display the correct rich snippets.
However, recently google has stopped displaying the rich snippets for my site, does anyone know what could be the reason? Following is the mark-up I am using, and again evaluating it on https://www.google.com/webmasters/tools/richsnippets shows that there is no problem.
<div itemprop="review" itemscope itemtype="http://schema.org/Review">
<meta itemprop="itemReviewed" content="Table Hire">
<meta itemprop="author" content="Markus Sean">
<meta itemprop="datePublished" content="2012-05-10">
<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
<meta itemprop="worstRating" content = "1">
<meta itemprop="ratingValue" content = "5">
<meta itemprop="bestRating" content = "5">
</div>
</div>
Thank you in advance.