Rich Snippets showcase your star ratings in organic search results. This increases traffic and conversion to your product pages.
Note: This rich snippet guide is only for Shopify customers.
In This Guide
Shopify's Product Reviews App
If you're using Shopify's Product Reviews app, the rich snippet feature is included by default once your review widget is installed on each product page.
Search engines automatically index rich snippets, but they check for them periodically. It can take up to 3 weeks for rich snippets to appear on organic search results.
Stamped Main Review Widget For Shopify Users
If you're using Stamped Main Review Widget, the rich snippet codes will have to be manually installed, here are the JSON-LD codes:
{% if product.metafields.stamped.reviews_count and product.metafields.stamped.reviews_count != "0" %} ,"aggregateRating": { "@type": "AggregateRating", "ratingValue": {{ product.metafields.stamped.reviews_average | round:2 }}, "reviewCount": {{product.metafields.stamped.reviews_count}} } {% endif %}
We can provide assistance installing rich snippet codes for any paid plan. Reach out to us at support@stamped.io and we're happy to help!