WooCommerce Product Review Schema – Automatic, no Setup Needed
Automatically add the rich snippets schema to display review stars on Google searches for WooCommerce Products.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2179 days ago • 3 reviews
Is WooCommerce Product Review Schema – Automatic, no Setup Needed abandoned?
Possibly abandoned (last update 2179 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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.
Installation
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type the plugin name and click Search Plugins. Once you’ve found our plugin you can install it by simply clicking “Install Now”.
Manual installation
The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.
Frequently Asked Questions
Maybe your product doesn’t have reviews, or you need to wait a few days/weeks until Google detects the rich snippet.
Review feed
Changelog
1.0.1
- Update readme.txt
1.0.0
- Initial release.
