PDA

View Full Version : Help on Rich Snippets



SSLMatrix
05-15-2012, 06:04 AM
Lots of Information and post i have found but non of them enough to understand me how enable review and rating code for my website.

wellcome all expert to help me out.

Thanks in Advance.

Amy.Sarin
05-15-2012, 08:35 AM
You may refer this help article and help video for adding rich snippet in your website listing.
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170

denniemark
05-16-2012, 06:34 AM
Use This code:

<div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Person">
My name is <span property="v:name">Bob Smith</span>,
but people call me <span property="v:nickname">Smithy</span>.
Here is my homepage:
<a href="http://www.example.com" rel="v:url">www.example.com</a>.
I live in Albuquerque, NM and work as an <span property="v:title">engineer</span>
at <span property="v:affiliation">ACME Corp</span>.
</div>

Add this code just after start of body tags. I hope it will help you

SSLMatrix
05-17-2012, 01:37 AM
I will try this code and later feedback you.

denniemark
05-28-2012, 07:49 AM
I will try this code and later feedback you.

Ok Dear, i am waiting your reply...