Webmaster Forums - Website and SEO Help

Search Engines and Marketing => Search Engine Optimization SEO => Topic started by: Nichole Green on March 15, 2012, 07:58:54 AM

Title: How can we add Rich snippet to our site??
Post by: Nichole Green on March 15, 2012, 07:58:54 AM
How can we add Rich snippet to our site,i do have lots of reviews on yelp and Google local listing and i want to integrate it to my site.
Title: Re: How can we add Rich snippet to our site??
Post by: charlesth on April 17, 2012, 09:56:55 AM
To add Rich snippet to your site is very easy, you need to visit following link http://support.google.com/webmasters/bin/request.py?&contact_type=rich_snippets_feedback
Check this link and fill all the details will help you to add rich snippet in short time and your reviews and some other details will appear under every result.
For test you can visit:
http://www.google.com/webmasters/tools/richsnippets
Title: Re: How can we add Rich snippet to our site??
Post by: Black Ninja on April 19, 2012, 03:53:54 AM
Quote from: Nichole Green on March 15, 2012, 07:58:54 AM
How can we add Rich snippet to our site,i do have lots of reviews on yelp and Google local listing and i want to integrate it to my site.

I have added Rich snippet in my site.
Here is the code.

<!--Rated Code Starts-->
<div typeof="v:Review-aggregate" xmlns:v="http://rdf.data-vocabulary.org/#" style="display:none;">
    <b>

  <span property="v:itemreviewed" style="display:none;"></span>
</b>
   <span rel="v:rating" style="display:none;">
    <span typeof="v:Rating" style="display:none;">
     <b>
      <span property="v:average" style="display:none;">9</span>
      <span property="v:best" style="display:none;">10</span>
     </b>

    </span>
   </span>
   <b>
    <span property="v:votes" style="display:none;">121</span>
   </b>. 
    <!-- <div id="voteindspan2"><img src="/img/1x1.gif" id="voteind2" height="10" width="100"></div> -->   
    <b><span property="v:count" style="display:none;">121</span></b>.
</div>
<!--Rated Code Ends-->


Please copy this code and put after<body> tag for every page.
Also change the values (value: 9, 10 121) in these lines accordingly:
      <span property="v:average" style="display:none;">9</span>
      <span property="v:best" style="display:none;">10</span>
      <span property="v:votes" style="display:none;">121</span>

Note:- This is RDF format code for rich snippet. you can use Microdata (recommended) and
Microformats.

For more info: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170