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:
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.
If you currently installed an SEO app, the integration between LAI app and the SEO app is required.
These following apps have integrated with LAI Product Reviews:
SearchPie: SEO Booster & Speed
App details
Steps for integration
SEOAnt ‑ AI SEO Optimizer
App details
Steps for integration
Tiny SEO Image optimize, Speed
App details
Steps for integration
Avada SEO & Image Optimizer
App details
Steps for integration
Please contact our support team via live chat for the best guideline.
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
If you currently installed an SEO app, the integration between LAI app and the SEO app is required.
These following apps have integrated with LAI Product Reviews:
SearchPie: SEO Booster & Speed
App details
Steps for integration
SEOAnt ‑ AI SEO Optimizer
App details
Steps for integration
Tiny SEO Image optimize, Speed
App details
Steps for integration
Avada SEO & Image Optimizer
App details
Steps for integration
Please contact our support team via live chat for the best guideline.
Updated on: 24/05/2024
Thank you!