Aggrerated rating nog showing in structured data testing tool

Hello for http://preventiekiezer.nl I’ve build using BB, I use a extra plugin for testimonials (http://cmoreira.net/testimonials-showcase/custom-css/). On the homepage (and other pages) we display an aggregated rating. Visually this is shown. However, it is not measured/shown after running it through https://developers.google.com/structured-data/testing-tool/. Any clues what might be the cause of this?

Hey Bob,

Thanks for getting in touch! I tried creating a test AggregateRating and this is the markup I got.

<div itemscope itemtype="http://schema.org/Product">
   <span itemprop="name">Test</span>
   <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
     Rated <span itemprop="ratingValue">3</span>/5 based on <span itemprop="reviewCount">500</span> reviews
</div>

I don’t see any elements on the homepage that are given the AggregateRating itemtype. Have you used this testimonial plugin before? And when you did, was the rating shown when you ran the structured data testing tool? I think you need to get in touch with the testimonial plugin’s dev instead.

Ben