bug with Shema.org
-
Hi,
Right now, AggregateRating is not working properly, check it here for any url using Ec stars rating plugin and shema.org (not microformats):
https://developers.google.com/structured-data/testing-tool/Error is:
The review has no reviewed item specified.One way to correct is to change line 567 in ec-stars-rating-widget.php to this:
<div class=”ec-stars-outer<?php if($show_meta) echo ($microformats) ? ‘ hreview-aggregate’ : ‘” itemtype=”https://schema.org/AggregateRating” itemscope=”” itemprop=”aggregateRating”‘; ?>>and then to <body> add this:
itemtype=”https://schema.org/WebPage” itemscope=””Please let me know if you’ll do the change in plugin update. Cheers
- The topic ‘bug with Shema.org’ is closed to new replies.