Schema Reviews Aggregate
Used to display the aggregate review count.
sdlawrence.com
This is the schema layout for an aggregate of reviews.
HTML
<div class="agg_rating">
<div>
<div class="text-center">Company Name<br />
Rated:
<strong>
<span>3.6</span> / <span>5</span>
</strong> based on
<strong>
<span>287</span> reviews
</strong>
</div>
<span class="review_rating rating_3.6">
<i class="x-icon ylw x-icon-star" data-x-icon="" aria-hidden="true"></i>
<i class="x-icon ylw x-icon-star" data-x-icon="" aria-hidden="true"></i>
<i class="x-icon ylw x-icon-star" data-x-icon="" aria-hidden="true"></i>
<i class="x-icon ylw x-icon-star-half-empty" data-x-icon="" aria-hidden="true"></i>
<i class="x-icon x-icon-star-o" data-x-icon="" aria-hidden="true"></i>
</span>
</div>
<span>
</span>
</div>
CSS
.agg_rating {font-size:12px;line-height:1em;}
Sample
Rating score based on an aggregate count:

Share this Post