UPDATE: As of 2019, Google Review Snippets for Local Businesses and Organizations have been discontinued. The great news is that you can still achieve star ratings on your organic Google listings for your local business by using Product or Service schema markup in the same way described below instead of LocalBusiness schema, making the below information still very relevant : )
Up until February 2016 Google did not support JSON-LD schema markup for Local Business reviews, however John Mueller, Google’s Trends Analyst, announced on Google+ in February 2016 that now they do!
“Announcing JSON-LD support for Reviews and Products structured data markup. Along with the launch of support for JSON-LD for Reviews and Products structured data markup, we’ve cleaned up some of our application logic.”
Below is an Example of a Local Business Aggregate Rating with multiple Reviews using Microdata Schema Markup
LOCAL BUSINESS DATA (You can delete this line) <div> <span>LOCAL BUSINESS NAME</span> AGGREGATE RATING (You can delete this line) <div > <span>3.5</span>/5 Based on <span>2</span> Reviews </div> CUSTOMER REVIEWS (You can delete this line) <div> <span>REVIEW 1 TITLE</span> - by <span> <span>REVIEWER 1 NAME</span>, </span> <meta content="2016-12-01">December 01, 2016 <div> <meta content = "1"> <span>4</span>/ <span>5</span></div> <span>1ST REVIEW GOES HERE </span> </div> <div> <span>REVIEW 2 TITLE</span> - by <span> <span>REVIEWER 2 NAME</span>, </span> <meta content="2015-01-02">January 02, 2015 <div> <meta content = "1"/> <span>3</span>/ <span>5</span> </div> <span>2ND REVIEW GOES HERE</span> </div> </div>
Below is an Example of a Local Business Aggregate Rating with multiple Reviews using JSON-LD Schema Markup
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "LocalBusiness", "name": "WISEVU", "image": "https://www.wisevu.com/images/wisevu-internet-marketing-logo.svg", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "3.5", "reviewCount": "2" }, "review": [ { "@type": "Review", "author": "1ST REVIEWER NAME", "datePublished": "2016-12-01", "description": "1ST REVIEW CONTENT GOES HERE.", "name": "REVIEW 1 TITLE", "reviewRating": { "@type": "Rating", "bestRating": "5", "ratingValue": "4", "worstRating": "1" } }, { "@type": "Review", "author": "2ND REVIEWER NAME", "datePublished": "2015-01-02", "description": "2ND REVIEW CONTENT GOES HERE", "name": "REVIEW 1 TITLE", "reviewRating": { "@type": "Rating", "bestRating": "5", "ratingValue": "3", "worstRating": "1" } } ] } </script>
Also Read: How to Stop Mail Delivery System Failure Spam Emails
Also Read: How to Stop Chrome from Reloading Every Tab
Also Read: About the Google Guaranteed Program
Below is an Example of a Local Business Aggregate Rating with multiple Reviews using RDFa Schema Markup
LOCAL BUSINESS DATA (You can delete this line)
<div >
We advise you to read more information on the additional possibilities and alternatives to the above-provided markup for Local Business Reviews and AggregateRating. Check out these invaluable resources related to schema markup for Local BusinessesGoogle Structured data report
Schema.org Local Business
Schema.org AggregateRating
Schema.org Review
When creating and optimizing a website, one of the most important factors that some businesses…
One of the biggest challenges in creating an effective healthcare marketing strategy is recognizing that…
As more women become increasingly interested in vaginal rejuvenation, having appropriate and professional vaginal rejuvenation…
Prior to developing the EEAT (Expertise, Authoritativeness, Trustworthiness) framework, Google initially focused heavily on on-page…
Search Engine Optimization (SEO) has come a long way from keyword density and backlinks. Since…
Many healthcare marketers are struggling to find success with their content marketing efforts. In fact,…
View Comments
Some great cool tips in here!
Thank you for the kind words, Christina! We are glad you learned something interesting relating to Google Review Snippets. They really are an awesome and powerful tool : )