You might seen star ratings in many other big blogs where it used to show rate from their side of they reviewed the product. even it appears to the Google search result after the title of the post as well. most likely , it is used on WordPress blogs but the main thing about today's article is that i gonna share a great tutorial which let's you add star ratings to your blogger posts.
Also see : How to Add A Transparent Notification Bar To Blogger
As you can see the screenshot above to how the star ratings looks like, you can add 3 or 5 star ratings actually its up to you. but you should make sure that you are doing right. You have to rate star according to your view about the product if that product is really good and useful with the great features then you should rate it as 5 star or if you think that it isn't as good as it sound then you can go for less star However, no body will be interested in negative review.
So, here is tutorial of adding star ratings to your blogger post :
Go to
blogger dashboard > posts > New post ( where you would like to have star ratings)
Change the editor to
HTML mode, then scroll down to the bottom of the post.
Copy and paste below code just there and make changes according to your requirements.
<style>
.hreview{display:none}
</style>
<div class="hreview">
<span class="item">
<span class="fn">Product Name</span>
<br/>
</span><span class="reviewer">Reviewed by Your name</ span><span class="dtreviewed">
<span title="2014-03-4"class="value-title"></span>
<br/>
</span>Rating:<span class="rating">5</span>
</div>
Changes : 1. Change "
Product Name" (In purple color)with the product name which you are currently reviewing.
2. Chnage "Your name" (In blue color) with reviewer name if the review is done by you then write your name.
3. Now, change review date (In red color) with date you reviewed, format is
YYYY-MM-DD 4. Now last change is that ratings, change "
5" with any number of star you like. but you can choose from 1-5 only.
So, guys, there were the steps of adding star ratings to your blogger post. well, after completing your post google will update on their search engine soon and then you will be able to see your ratings after the post title into Google search result as well.
If you have any questions or suggest about this article or about this blog then drop your comment on comment section below.