After readings on schema.org I wrote a small "rich snippet" or what ever it is called. We were found today by google, but no stars and ratings were shown. Maybe someone has expierence with it and know how things are done? Does it only depends on microdata or also on anything else in <head>
tags? Otherwise what is wrong with my snippet?
Here is my snippet:
<div itemscope itemtype="http://schema.org/Organization">
<div class="row">
<div class="col-sm-6">
<div class="clogo-container">
<img src="logo.jpg" alt="logo" class="logo" />
</div>
<div class="infos">
<span class="website"><a href="https://localhost" target="_blank">https://localhost</a></span><br/>
is a page made by<br/>
<br/>
<span class="name" itemprop="name"><b>Mypage</b></span><br/>
</div>
</div>
<div class="col-sm-6">
<div class="rate" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<div class="ratingbox">
<img src="image.jpg" alt="Logo" />
<b><span class="name">Mypage</span></b>
<div class="main-rating" id="customer-1-rate"></div>
<span class="vote">
<span itemprop="ratingValue">4.44</span>
<meta itemprop="bestRating" content="5"/>
<meta itemprop="worstRating" content="1"/>
/ 5.00</span><br/>
<span class="total">out of
<span itemprop="ratingCount">34</span>
total</span>
</div>
</div>
</div>
</div>
</div>
Your use of Microdata and Schema.org seems to be fine, and Google’s SDTT reports no issues and says that you provide all necessary data for their Aggregate Ratings Rich Snippet. So technically everything seems to be correct.
That means the issue (that you don’t see a Rich Snippet for your result) probably has to do with Google’s policies. There are various possible reasons why a search result feature doesn’t get displayed for a result. And note that they never guarantee displaying one, even if everything is correct.
Typical (but not the only) reasons: