Skip to main content

Posts

Showing posts with the label Review

How To Implement Review Rich Snippet

Rich snippet helps to create more interactive appearance of your webpage in SERP . There are different sets of Rich snippet which are approved by Google. Today we will see the how to implement Review – Rich snippet . Schema.org provides vocabulary to create snippet that SERP page shows result with additional information like ratings, review count, description. Let’s implement this snippet. Here is sample example without snippet. Basho’s is one of the best restaurant in Pune - by Zainul, October 1, 2013 4/5 stars Very nice ambiance, food & service. ...! Now we will add Shema.org vocabulary for this page. <div itemprop = "review" itemscope itemtype = "http://schema.org/Review" >     <span itemprop = "name" > Basho’s is one of the best restaurant in Pune </span> -     by <span itemprop = "author" > Zainul </span> ,     <div itemprop = "reviewRating" itemscope

Subscribe for latest tutorial updates

* indicates required