Ryviu - URL review prompt

I’ve been trying to work out (with little success) whether it’s possible to share a URL that will prompt the user to leave a review? For example, if I follow this URL https://g.page/r/CW66Ca-T3n_aEBM/review I’ll be prompted by Google to submit the review.

Can this be achieved on Shopify using the Ryviu app? I am working from the Stiletto theme.

Thanks

1 Like

Hi @Aneby

You can add the code below to the theme.liquid file, after , to do that, make sure you add tag #makeareview, add the end of your URL, and turn off Lazy load option from your Ryviu dashboard > Widgets > Product Reviews > Customize.

{%- if template.name contains 'product' -%} 
      
  {%- endif -%}