Skip to content
Product Feed & Attributes

Price Mismatch Errors: Causes and Fixes

Why Google disapproves products for price mismatch and the three places prices must stay in sync.

April 13, 2026

Feed errors are costing you impressions right now.

FeedShield catches issues like this automatically. Run a free audit before it costs you.

What Is a Price Mismatch?

Google crawls your product landing pages and compares the price it finds there against the price in your product feed. If they differ by more than a small rounding tolerance, the product is disapproved.

This is one of the most common disapproval reasons for e-commerce sites that run sales or use dynamic pricing.

The Three Places Prices Must Match

  1. Your product feed — the price attribute
  2. Your product landing page — the visible price the user sees
  3. Your Product schema markup — if you have JSON-LD structured data

All three must match within normal currency rounding (typically +-0.01).

Common Causes

Sale ended but feed still has sale price — When a sale expires on the website, the feed still shows the discounted price until it re-fetches. Fix: use the sale_price and sale_price_effective_date attributes so prices expire automatically.

Currency or tax differences — GMC checks the price in the country/currency of your target market. If your site shows prices excluding tax but your feed includes tax (or vice versa), this can trigger mismatches in some markets.

Dynamic pricing tools — Repricing software that changes website prices in real time may update faster than your feed refreshes. Increase your feed fetch frequency to match.

JavaScript-rendered prices — Google's crawler sees prices rendered client-side. If your price is loaded via JS after the initial page load, the crawler may see a different value than the final rendered price.

Fix Process

  1. Identify which products have the mismatch (Products > Diagnostics in GMC)
  2. Check the live product page price vs the feed price
  3. Update whichever is wrong — usually the feed
  4. Re-fetch your feed and request a re-review in GMC