Page 1 of 1

Google Rich Snippets

Posted: Tue Dec 22, 2009 5:05 pm
by Painstik
This is simple modification for google to index your product reviews as Rich snippets. You can see it here: http://googlewebmastercentral.blogspot. ... ppets.html

All you have to do is:

Open: templates/master/Snippets/ProductReviewItem.html

Replace all the code with this:

Code: Select all

	<li class="hreview">
		<h4 class="ReviewTitle">
			<span class="item">
     			<span class="fn">%%GLOBAL_ReviewTitle%%</span>
   			</span> &ndash; Rating <span class="rating">%%GLOBAL_ReviewRating%%</span>
				<img width="64" height="12" src="%%GLOBAL_TPL_PATH%%/images/IcoRating%%GLOBAL_ReviewRating%%.gif" alt="" /> 
		</h4>
        
		<p class="Meta">
			%%LNG_PostedBy%% <span class="reviewer">%%GLOBAL_ReviewName%%</span> &ndash; <span class="dtreviewed">%%GLOBAL_ReviewDate%%</span>
		</p>
		<p><span class="summary">%%GLOBAL_ReviewText%%</span></p>
		<hr />
	</li>

Also you will have to sign up this form for using rich snippets: http://www.google.com/support/webmaster ... s_feedback

You can test how your rich snippets will look a like for your product pages here: http://www.google.com/webmasters/tools/richsnippets

Re: Google Rich Snippets

Posted: Tue Mar 30, 2010 2:34 pm
by mozack
Hi,

And is possible to do it with product info? With the product image link, brand, and votes? instead just the comments to products?

Thanks

Re: Google Rich Snippets

Posted: Thu Apr 01, 2010 11:47 am
by Painstik
everything is possible :)

Re: Google Rich Snippets

Posted: Tue Apr 13, 2010 9:36 am
by Tony Barnes
Thanks for this - it's little tweaks like this that can grab a surprising amount of attention in search results

Re: Google Rich Snippets

Posted: Wed Apr 21, 2010 2:47 pm
by netjet
Painstik wrote:everything is possible :)
Painstik,

Could you post the code for using this with product description or product info please?

Thanks