I am trying to get stars rating in Google's search but I can't get it working.
If I test the following code in the data testing tool it says that the code if working fine, but if I use it in a webpage and test it with the URL it doesn't show up for some reason.
<div itemscope itemtype="http://schema.org/Product">
<span itemprop="name">CompanyName</span>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
Door klanten beoordeeld met <span itemprop="ratingValue">4.2</span>/5 gebaseerd op <span itemprop="reviewCount">35</span> reviews
</div>
Is there a specific place where I have to put this code?
Can anyone help me?