Description
RateMate is the most complete free WooCommerce product review plugin. It replaces expensive review tools like Judge.me and Yotpo with a lightweight, conversion-focused solution β including AI-powered features β all completely free.
Build social proof, rank higher on Google, and convert more shoppers with the most powerful free review plugin for WooCommerce.
π€ AI-Powered Review Features
π§ AI Review Summary
Automatically generates a 2β3 sentence intelligent summary of all reviews for each product. Powered by Claude AI. Shoppers instantly understand what other customers love β without reading 50 reviews. Summaries are cached for 7 days and auto-refresh when new reviews come in.
π AI Sentiment Badge
Every approved review is automatically tagged as π Positive, π Mixed, or π Negative using AI analysis. Badges appear in the admin review dashboard so you can quickly spot unhappy customers β and optionally on the product page so shoppers can filter by sentiment. Batch-analyse all existing reviews in one click.
β Core Review Features
πΈ Photo & Video Reviews
Let customers attach photos and videos directly to their reviews. Nothing builds trust faster than real customer media. Supports JPEG, PNG, GIF, WebP and MP4/WebM. Clean drag-and-drop dropzone with live preview. Configure maximum number of uploads and file size limits.
β Rating Summary Bar
Display a beautiful star-distribution breakdown (5β
60%, 4β
25%…) above your review list. Customers can click any star row to instantly filter reviews by rating β powered by AJAX for instant results with no page reload.
βοΈ Automated Review Request Emails
Automatically send review request emails N days after an order is completed. Uses WordPress native mail β zero third-party dependency. Fully customisable subject line and send delay. One-click unsubscribe link included for compliance.
π‘οΈ Verified Purchase Badge
Reviews from real WooCommerce customers automatically receive a “Verified Purchase” badge. Works with both logged-in users and guest checkouts. Builds trust and reduces fake review concerns instantly.
π Helpfulness Votes
“Was this review helpful?” vote buttons on every review. Counts tracked per-user and per-IP. The most helpful reviews rise to the top organically. No registration required for guests.
π Google Rich Snippets (Schema Markup)
Outputs JSON-LD structured data for aggregate ratings and individual reviews. Enables Google to show star ratings directly in search results β a free organic SEO boost for your store.
π Advanced Free Features
π¬ Product Q&A Module
Customers can ask questions directly on product pages. Store owners answer from the admin. Questions and answers are publicly visible to reduce pre-sale friction and increase conversions.
π Reviews Analytics Dashboard
Track review trends, photo upload rates, helpful vote counts, and email request performance over time. Make data-driven decisions to improve your review strategy.
π₯ Review Import & Export
Import existing reviews from Judge.me, AliExpress, or generic CSV files. Export all reviews to CSV for backup or migration. Batch import with progress tracking.
π€ Review from My Account
Customers can submit reviews directly from their WooCommerce My Account Orders page. Makes it easy to review products they purchased without hunting for the product page.
π Recommendation System
Customers indicate whether they “Recommend”, are “Neutral”, or “Don’t Recommend” the product. Displays as a percentage above the review list β similar to Amazon’s recommendation ratio.
π¬ Store Owner Replies
Reply to any review directly from the admin or from the product page (if logged in as admin). Replies display inline below the review with a “Store Owner” badge.
π Privacy & Compliance
- One-click email unsubscribe included in all review request emails
- AI features: your API key is encrypted and stored securely in your database β never shared or sent anywhere except the Anthropic API
- No data sent to external servers (except optional AI analysis via your own API key)
- GDPR-friendly: all review data stored locally in your WordPress database
β‘ Performance First
- Assets loaded only on product pages β zero overhead on other pages
- AJAX-powered filtering, sorting, and voting β no full page reloads
- AI summaries and sentiment scores cached to minimise API calls
- Minimal database queries with proper indexing
- No bloat β every feature is purpose-built for WooCommerce
π― Perfect For
- WooCommerce store owners who want more and better reviews
- Stores launching new products (review request emails drive early reviews)
- Agencies building high-converting WooCommerce stores for clients
- Store owners moving from Shopify to WooCommerce who need a Yotpo alternative
- Any store that wants Google star ratings in search results
Screenshots






Installation
- Upload the
ratematefolder to/wp-content/plugins/or install via Plugins Add New Upload Plugin - Activate the plugin from Plugins Installed Plugins
- Ensure WooCommerce is installed and active
- Go to RateMate Settings to configure features
- (Optional) For AI features, add your free Anthropic API key under Settings AI Features
FAQ
-
Does RateMate replace the default WooCommerce review system?
-
No. RateMate enhances and extends the WooCommerce review system β it does not replace it. All existing reviews are preserved. You can disable individual features from Settings.
-
Do I need an API key for the AI features?
-
Yes. AI Review Summary and AI Sentiment Badge require a free Anthropic API key. Get one at console.anthropic.com. The cost is less than $0.01 per product summary and about $0.0002 per review sentiment analysis. Your key is stored encrypted in your database.
-
Will review request emails be sent for old orders?
-
No. Emails are only queued for orders that transition to “Completed” after the plugin is activated.
-
Can customers upload multiple photos per review?
-
Yes. You can configure the maximum number of uploads (1β20) and the maximum file size per upload in RateMate Settings Photo Reviews.
-
Does the plugin work with variable products?
-
Yes. RateMate is fully compatible with WooCommerce variable products, grouped products, and all standard product types.
-
Is RateMate compatible with WooCommerce HPOS?
-
Yes. RateMate declares full compatibility with WooCommerce High-Performance Order Storage (HPOS / custom order tables).
-
Where are uploaded review photos stored?
-
Photos and videos are stored in your WordPress Media Library β the same place as all other media uploads. They are associated with the product post.
-
Can I import reviews from Judge.me or AliExpress?
-
Yes. Go to RateMate Import / Export and upload your CSV file. RateMate auto-detects Judge.me and AliExpress CSV formats.
-
How do I analyse existing reviews with the AI Sentiment Badge?
-
Go to RateMate Settings AI Features, enable Sentiment Badge, then click “Analyse existing reviews”. New reviews are tagged automatically as they are approved.
-
Is the plugin translation-ready?
-
Yes. All strings are wrapped in standard WordPress translation functions and a
.potfile is included in thelanguages/folder.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“RateMate β Product Reviews for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RateMate β Product Reviews for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- New: AI Sentiment Badge β automatically tags every review as π Positive, π Mixed, or π Negative using Claude AI. Displays in admin review list and optionally on the frontend product page. Includes batch-analyse tool for existing reviews.
- New: AI Review Summary β generates a 2β3 sentence intelligent summary of all reviews per product. Cached for 7 days, auto-refreshes on new reviews.
- New: AI Features settings tab with encrypted API key storage, enable/disable toggles, and cost guidance.
- New: Product edit screen meta box showing the current AI summary with regenerate/clear buttons.
- Fix: Replaced all raw
<script>tags in admin view files withwp_add_inline_script()for WP.org compliance. - Fix: Replaced
WP_CONTENT_DIRhardcoded path withwp_upload_dir()in import/export class. - Fix: All option keys, AJAX action names, meta keys, and table names updated from
rf_(too short) toratemate_prefix for WP.org compliance. - Fix: JSON-LD schema output now uses
JSON_HEX_TAGto prevent XSS via malicious</script>in review text. - Fix: Tested up to WordPress 7.1.
1.0.0
- Initial release
- Photo & video review upload
- Rating summary bar with AJAX filter
- Automated review request emails
- Verified purchase badge and helpfulness votes
- Google rich snippet schema (JSON-LD)
- Sort & filter controls (AJAX)
- Store owner replies to reviews
- All Reviews admin dashboard with bulk actions
- Product Q&A module
- Reviews analytics dashboard
- Review import/export (Judge.me, AliExpress, CSV)
- Review from My Account Orders page
- Recommendation system (Recommended / Neutral / Not Recommended)
- Review title field and minimum review length setting
- WooCommerce HPOS compatibility
