I'm trying to get the Google Rich Snippets Tool to show stars on my post, and I can't find the mistake I apparently have done.
I hope somebody maybe can guide me with above link.
Thanks.
I'm trying to get the Google Rich Snippets Tool to show stars on my post, and I can't find the mistake I apparently have done.
I hope somebody maybe can guide me with above link.
Thanks.
The code below works, feel free to adapt it to your liking.
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1 itemprop="name">Title</h1>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<div class="rating">
<meta itemprop="ratingValue" content="4.0">
</div>
<span itemprop="reviewCount">33</span>
</div>
</div>
Happy coding :)