I noticed that the reviews on a product in the webshop didn’t show up in Google with stars, one of the so called rich snippets. I tested the page with the structured data testing tool https://developers.google.com/structured-data/testing-tool/ . The reason is a mandatory property missing in the Review type microdata as described by schema.org.
The property name is itemReviewed. This field should contain a valid schema.org type which describes the item that is being reviewed best. For example for a book it should say:
<div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Book">
Maybe a better solution for the Legenda theme is this syntax where the itemprop ‘name’ can be equal to the Woocommerce product name:
<div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">!QMS Medicosmetics Sport Active Cream</span><br>
</div>
Please a solution for now and a fix in the next version of the Legenda theme.
Thanks in advance.
Regards,
Ruben van Doorn
Some screenshots with additional info: