DEV Community

王磊
王磊

Posted on

A CSV Check Before Another Merchant Center Review

Merchant Center reviews can mix two very different problems: product data that is objectively inconsistent, and trust signals that Google reviews at the store level. If the warning says misrepresentation, a CSV cleanup is not the whole fix. Still, it is worth removing the spreadsheet-level contradictions before asking for another review or paying someone to audit the site.

Here is the preflight I use before changing theme copy or submitting another request:

  1. Export the Shopify product data or the feed rows you plan to send.
  2. Check that each sellable variant has a brand or vendor value, a usable GTIN or barcode when the product requires one, a positive price, and an active/published status.
  3. Separate products that are intentionally unpublished, out of stock, drafts, or blocked from a sales channel so they do not look like missing products.
  4. Compare a small sample of live product pages against the feed values: title, price, currency, availability, and variant identity.
  5. Keep a simple change log of what was fixed before the next review, especially if multiple people or supplier files touch the catalog.

The useful part of this pass is not that it proves the store is compliant. It does not. The useful part is that it narrows the problem. If your export is missing brand values, has blank barcodes, has zero prices, or still includes inactive variants, fix that first. If the product data already looks consistent, then the next work is probably on policies, contact details, business identity, landing-page content, or supplier/feed freshness.

For a browser-side worksheet, I use this Shopify Merchant Center CSV audit to check Shopify export fields such as vendor/brand, barcode/GTIN, price, status, and MPN before deeper review work. It does not log into Google, submit an appeal, or make policy claims. It just gives you a row-level list of product data issues to clear first.

That boundary matters. A clean CSV will not fix weak trust pages or a feed that disagrees with the live storefront tomorrow. But it gives you a smaller, cleaner checklist before you spend time on the harder review questions.

Top comments (0)