If you run a WooCommerce store and Google Merchant Center just suspended you, the cause is almost never your product quality. It is usually how your feed plugin talks to Google. Here is the order I work through it.
1. Fix the feed-to-page price and availability mismatch
This is the number one WooCommerce trigger. Your feed plugin caches prices and stock on a schedule, but your live product page updates instantly. The moment a sale price expires or an item sells out, the feed and the page disagree, and Google reads that as misrepresentation.
- Set your feed plugin to refresh at least daily (hourly if you run frequent sales).
- Make sure the plugin reads the sale price, not just the regular price.
- Confirm
availabilityflips toout of stockwhen stock hits zero.
2. Send real GTINs
Many WooCommerce feed plugins leave gtin blank or stuff the SKU in there. If your products have manufacturer barcodes, map them to a dedicated GTIN field. If they genuinely have none (handmade, private label), set identifier_exists to false instead of faking a number.
3. Run one feed source, not three
The most common mess I see: a store exports a feed through Plugin A, also connects the official Google for WooCommerce extension, and has a leftover manual feed in Merchant Center. Google now sees three versions of every product, each slightly different. Pick one source and delete the rest.
4. Publish the trust pages Google checks
Return policy, shipping policy, contact details, and secure checkout. On WooCommerce these are easy to leave as placeholder pages. Make them real, detailed, and linked from the footer of every page.
5. Audit everything before you appeal
You get a limited number of appeals. Fixing one issue, appealing, and getting rejected because a second issue remained is how merchants burn them. Check the whole store against Google's policy list first.
6. Submit one specific appeal
List each fix with dates and URLs. "I fixed my site" gets rejected. "I corrected 14 feed price mismatches and added a return policy at /returns" gets read.
Full walkthrough with the comparison table and FAQ here: Google Shopping Suspended on WooCommerce.
If you want to see exactly what still fails before you appeal, the GMCSuspension audit is a free, self-serve tool that scans 43+ policy checks in about 60 seconds. No signup.
Top comments (0)