Ads Top

Blogger Schema Review Markup


Adding a simple Schema markup to your blogger post, can make your review that much more engaging. With the code below, you can get a star rating to show up in Google Search Results for your post. Not only does this make your website stand out, it also make the website look more professional. The code is quite simple it tells the search engine the product that you are reviewing the name of the reviewer the date that it was written and the rating that give it. This simple script is a simple out of 5 rating we put 4.5 in so in the search engine you will be shown a simple 4.5/5 star rating.

To add the code to your blogger post, simply click on the html tab in your post menu and paste this at the very bottom of your post. While it is not the most beautiful thing ever, it is a simple implementation and it will accomplish your goal as a reviewer.


<div class="hreview">
 <span class="item">
 <span class="fn">Name of the Product you are reviewing</span><br/>
 </span>
 Reviewed by <span class="reviewer">Your Name</span>
on <span class="dtreviewed"> Jan 6 2012<span title="2012-01-06" class="value-title">
</span><br/>
 </span>
 Rating: <span class="rating">4.5</span>
</div>

If you don't get the code to work ask for help in the comments below and I will get back to you!

No comments:

Powered by Blogger.