Description
You submit your WooCommerce products to Google Shopping. A few days later, some are disapproved. The error messages are vague. You don’t know which product has which problem, or what to change.
Merchant Feed Booster Lite solves that.
It generates a reliable Google Merchant XML feed for your store and audits every product against 25 of Google Merchant Center’s content policy rules. Each product gets a health score from 0 to 100, and every failing rule tells you exactly what the problem is and how to fix it — all inside your WordPress admin, before a single product reaches Google.
How it works
- Set it up once — enter your feed title, default brand, and Google product category in Settings. The plugin adds Brand, GTIN, MPN, and Condition fields to each product edit screen.
- Generate your feed — click Regenerate Feed on the Dashboard. The plugin writes a properly formatted Google Merchant XML file to your server. Copy the URL and paste it into Google Merchant Center as a scheduled fetch.
- Run a health scan — go to Feed Health and scan your catalog. The plugin checks every product against 25 policy rules covering titles, images, prices, identifiers, and descriptions.
- Fix what’s flagged — each failing rule shows a severity level (Error, Warning, or Notice), a plain-English explanation, and a specific fix hint. Start with the lowest-scored products first.
- Let it run — the feed refreshes automatically on a schedule you choose. Products are rescored automatically whenever you edit them.
What it checks
Titles — Too short or too long, promotional words like FREE or SALE, ALL CAPS, HTML tags, price mentioned in the title, special characters, repeated words.
Images — Missing image, too small for Google’s requirements, unsupported format, tracking parameters in the URL.
Prices — Missing or zero price, sale price set without a regular price, sale price higher than or equal to the regular price.
Identifiers — Invalid GTIN digit count, GTIN that fails the GS1 check digit test, brand set but no GTIN or MPN provided, missing brand.
Descriptions — Missing description, too short, HTML tags, promotional language.
What you get
- A health score (0–100) and color-coded tier for every product in your store
- A full breakdown of every failing rule per product with fix hints
- A live feed preview showing your products exactly as they’ll appear in the XML
- Automatic feed refresh on a schedule — twice daily, daily, weekly, or a custom interval
- CSV export of the full health report for spreadsheet analysis
- WP-CLI commands for server-side management
- Developer filters and actions to customise the feed and scoring rules
Privacy
This plugin does not collect or transmit any data. All processing runs on your server. No external API calls are made.
Screenshots




Installation
- Upload the
merchant-feed-booster-lite-for-woocommercefolder to/wp-content/plugins/. - Activate Merchant Feed Booster Lite for WooCommerce from the Plugins screen.
- WooCommerce must be installed and active.
- Go to Feed Booster Settings, configure your feed title and defaults, and save.
- Click Regenerate Feed on the Dashboard to create the first XML file.
- Copy the feed URL and add it to Google Merchant Center under Settings Data sources Add file.
FAQ
-
Does this require WooCommerce?
-
Yes. WooCommerce 6.0 or higher must be installed and active.
-
Where is the feed file stored?
-
At
wp-content/uploads/codesolz-feeds/google-products.xml. The URL is shown on the Dashboard with a one-click copy button. -
How often does the feed refresh?
-
You choose: twice daily, daily, weekly, or a custom interval in hours. You can also regenerate it manually at any time from the Dashboard.
-
Do I have to scan my products manually every time?
-
No. Products are rescored automatically when you save changes to them. For a full catalog rescan, use the Scan button on the Feed Health page — it runs in the background in batches of 50, so it never times out on large stores.
-
What does the health score mean?
-
It tells you how well a product meets Google’s content requirements. A score of 85–100 means the product is in good shape. Below 50 means there are issues that are likely to cause disapprovals or low impressions. The Feed Health page shows exactly which rules are failing.
-
Is it compatible with WooCommerce HPOS?
-
Yes. The plugin only reads and writes product data, never orders. Full HPOS compatibility is declared.
-
Can I control which products go into the feed?
-
Yes, via the
cs_mfb_should_include_productfilter hook. You can also toggle out-of-stock products on or off in Settings. -
Does this plugin send any data externally?
-
No. Everything runs on your server. No data leaves your site.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Merchant Feed Booster Lite for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Merchant Feed Booster Lite 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.0
- Initial release.
- Google Merchant XML feed generation with atomic file write and WP-Cron auto-refresh.
- Per-product fields: Brand, GTIN, MPN, Google Product Category, Condition.
- 25-rule policy engine covering titles, images, prices, identifiers, and descriptions.
- Health scoring (0–100) with five color-coded tiers and per-product caching.
- Background batch scanner with real-time progress bar.
- Dashboard, Feed Health, Feed Preview, and Settings admin pages.
- CSV health report export.
- WP-CLI commands: generate, health, score, clear-cache.
- Developer filters and actions for feed items, policy rules, and score weights.
- WooCommerce HPOS compatibility.
