How to show reviews on Google?
LAI Product Reviews provides users with a review snippet to show reviews when customers search for products on Google.
- Here is our snippet code:
{% assign countAverage = product.metafields.scm_review_importer.reviewsData.reviewCountInfo.average | plus: 0 %}
{%- if countAverage > 0 %}
"review": {{ product.metafields.scm_review_importer.reviewsData['seoReviews'] }},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "{{ product.metafields.scm_review_importer.reviewsData.reviewCountInfo.average }}",
"ratingCount": "{{ product.metafields.scm_review_importer.reviewsData.reviewCountInfo.total }}"
},
{%- endif -%}
Without an SEO app
- If you’re currently familiar with the Google structured data, please take a look at the screenshot below as an example of how to add rich snippet code for your site:
- Please contact our support team via live chat so that our technical team will assist you with adding the snippet code.
- It takes around several days for Google to update the reviews. If it takes more than 7 days for reviews to appear on Google, please contact us to further investigation.
With an SEO app
- These following apps have integrated with LAI Product Reviews:
- SearchPie: SEO Booster & Speed
- SEOAnt ‑ AI SEO Optimizer
- Tiny SEO Image optimize, Speed
- Avada SEO & Image Optimizer
Please contact our support team via live chat for the best guideline.
Updated on: 24/05/2024
Thank you!