Product Review Widgets
- Log in to your Reviews.io account
- Navigate to Review Setup >> Widget Library
- Use filter by Widget Type >> Product Reviews
Product Rich Snippets
For Google to display stars against organic search results, please also filter by
- Use filter by Widget Type >> Product Reviews
- Use filter by Features >> Product Rich Snippets
Need help installing widgets on your platform, review our Integration help articles
Our recommendations for best practice are:
- Product Pages - Product Elements Widget as a review widget for your product pages.
- Product Pages - Product Rating Snippet underneath the price of the product.
- Homepage - Card Carousel Widget displaying product reviews + company reviews + local reviews
- Category Pages - Product Rating Snippet on all category pages.
- Homepage - Instagram Shoppable Gallery (If Engage and Publish are enabled).
Google Product Rating Snippet
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>
Important
You MUST include a Rich Snippet friendly widget on the pages you specify in this list or Google will not display stars in its listing. Learn more