Google Merchant Center Feed Rules: Optimize Your Product Data Without Editing the Source Feed

Feed rules let you modify, enrich, and correct product data inside Merchant Center before Google uses it. This means you can fix title structures, add missing attributes, and normalize categories without touching your e-commerce platform or developer.

What Feed Rules Can Do

You can use feed rules to set a value for a missing attribute, replace text in a field, combine multiple fields into one, or map your product categories to Google's taxonomy. These transformations apply to every product that matches the rule's conditions.

Most Useful Rules

Title enhancement is one of the highest-impact changes you can make. If your product titles lack key attributes, use a rule to append brand, size, or color from other fields. A rule like "title = title + ' - ' + color + ' - ' + size" can significantly improve match rates without changing your source data.

Category mapping is often necessary if your store uses different category labels than Google's product taxonomy. Map your categories to the closest Google taxonomy node to improve targeting accuracy.

Condition normalization helps if your feed uses custom values for the condition attribute. Google accepts only "new", "refurbished", and "used". A rule that maps any custom value to the correct standard value prevents disapprovals.

Rule Order Matters

Feed rules execute in the order they are listed. If two rules affect the same field, the later rule overwrites the earlier one. Review the execution order when creating multiple rules for the same attribute to avoid unintended overwriting.