Can we include reviews on shopify pages?


I am looking to get some reviews on custom pages along with corresponding products. IS there a way to do it? I would also like those reviews to be sent to google

1 Comment

Hi there! you can use our widgets in a Shopify Page if previously you declare 

{% assign product = all_products["handle-for-the-products-for-which-to-show-the-widget"] %}


So for the product with the handle "example" (Shop.com/products/example )
You will end up with:


{% assign product = all_products["example"] %}

{% include 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install: true %}

Please notice that Google might prefer you to use product reviews only on product pages, thought. And that you can only use this declaration once per page ( meaning, no two product widgets on the same custom page).


Thanks for reaching out to us :)

Best regards.

Login or Signup to post a comment