WooCommerce Product Review Schema – Automatic, no Setup Needed

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

Author:WP Sheet Editor (profile at wordpress.org)
WordPress version required:3.6
WordPress version tested:5.3.3
Plugin version:1.0.1
Added to WordPress repository:19-06-2019
Last updated:13-01-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:66
Rated by:3
Plugin URI:https://wpsheeteditor.com/extensions/woocomme...
Total downloads:2 786
Active installs:100+
plugin download
Click to start download

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.


Screenshots
FAQ
ChangeLog