WooCommerce Product Review Schema – Automatic, no Setup Needed

0

Automatically add the rich snippets schema to display review stars on Google searches for WooCommerce Products. It’s very simple. When the product has reviews left by customers, it wi

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Automatically add the rich snippets schema to display review stars on Google searches for WooCommerce Products.

It’s very simple.

When the product has reviews left by customers, it will automatically add this schema code:

{
    "@context": "http://schema.org",
    "@id": "#product",
    "@type": "IndividualProduct",
    "aggregateRating": {
    "@type": "AggregateRating",
    "ratingCount": "$rating_count",
    "ratingValue": "$average_rating"
    },
    "name": "$product_title",
    "category": "$category"
}

… which makes Google display the review stars on the search pages.

No setup needed. Everything is automatic. Just activate the plugin.
This plugin is super lightweight and it’s completely free.