Product rich snippets enable to achieve stars on individual product pages in organic listings to help increase traffic & visibility whilst also building trust.

Requirements

We offer Rich snippets across all of our plans including our Early Stage plan with the use of our latest product review widget.

Navigation

  • Log in to your REVIEWS.io account

  • Navigate to Publishing >> Widget Library

  • Use filter by Features >> Product Rich Snippets

Google Product Rating Snippet

Our Product Reviews widget automatically includes product rich snippets, however, if you did want to use our Elements widget you would need to add the additional code below.

Note You don't need to add this code if you are using one of our eCommerce plugins, such as Magento, Shopify, WooCommerce, OpenCart or Prestashop

Step 1 - Include the following code before the last BODY tag:

<script src="https://widget.reviews.io/product/dist.js"></script>

<script src="https://widget.reviews.io/rating-snippet/dist.js"></script>
<link rel="stylesheet" href="https://widget.reviews.io/rating-snippet/dist.css" />

<script>
ratingSnippet("ruk_rating_snippet",{
store: "STORE-ID-GOES-HERE",
color: "#f47e27",
linebreak: true,
text: "Reviews"
});
</script>

Step 2 - Include the following code where you want the rating to be displayed. Please note that you need to substitute the SKU.

<div class="ruk_rating_snippet" data-sku="SKU-GOES-HERE"></div>

FAQ's

What are the benefits of Rich Snippets?

We have a full guide on the benefits of rich snippets here.

Did this answer your question?