How I Added Star Reviews In My Blogger Post

Review Markup (star rating) is shown by By google In SERP(search engine result page).And Review Markup Add a extra traffic into your website and it gives your post rich Look.I know it is very simple for wordpress but i will show you how to add this into your blog.There are various plugins for wordpress but blogger does not have any widget and can be done by just add a few line script . Did you see below image? Adding Review Markup for blogger This is very simple task for blogger and can be done easily.For show star rating in SERP see below- <div class="hreview"> <span class="rating"> 4.5 </span> out of 5 stars <span class="reviewer vcard">Reviewer:<span class="fn"> Your Name Here </span> - <abbr class="dtreviewed" title= " 2012-03-29 "> March 29, 2012 </abbr></span> </div> And Just Replace “4.5” with your rating, “Your Name Here” with your name and change...