Error
Missing field “itemReviewed”
Cause | Solution |
The theme is using microdata but the Review Widget is installed outside of the itemscope.
<div itemscope itemtype="http://schema.org/Product"> | Add this custom code to the product scope of microdata. {%- assign review_count = product.metafields.judgeme.badge | split: "data-number-of-reviews='" | last | split: "'" |first | plus: 0 -%}
|
The theme is not using any Product Microdata Itemscope but Microdata is enabled in our setting. | Disable the microdata snippet in our setting. |
Warnings
Missing field “aggregateRating”
Cause | Solution |
JSON-LD is enabled but is not integrated into the theme's snippet yet. |
"@id": {{ canonical_url | append: '#product' | json }}, |
JSON-LD is disabled (unlikely, unless the store turns it off themselves). | Turn the JSON-LD setting back on. |
Missing field “review”
Available on the Awesome plan.
Go to Marketing and Social > Google and SEO > SEO Rich Snippets and select Push average rating, number of reviews and reviews content of each product.