priceMismatched Price in Google Shopping Feed
The price in your product feed doesn't match the price shown on your website's landing page. Google requires these values to be identical.
Use our free Feed Validator to check for this and other errors automatically.
What This Error Means
Google crawls your product landing pages and compares the price shown there with the price value in your feed. This is part of Google's feed structure validation process. When these don't match, your products may be disapproved or limited in visibility.
This is one of the most common causes of product disapprovals because:
- Feed updates don't sync in real-time with website price changes
- Sale prices are applied on the website but not reflected in the feed
- Prices vary by location, customer group, or logged-in state
- Currency conversions create discrepancies
Google takes price accuracy very seriously because it directly affects user trust. Repeated violations can lead to account suspension. For a systematic way to debug this, see our price mismatch debugging guide.
How to Fix It
- Sync feed updates with website changes — Whenever you update prices on your website, immediately update your product feed.
- Use automatic feed generation — Connect your feed directly to your e-commerce platform to pull real-time pricing data.
- Include sale prices correctly — When running sales, update both
price(original) andsale_price(discounted) in your feed. - Ensure consistent pricing — The price Google's crawler sees must match your feed. Avoid geo-based pricing or logged-in user discounts.
- Use microdata on your site — Add structured data (schema.org) to your product pages to help Google verify prices accurately.
Examples
<!-- Feed shows: -->
<g:price>49.99 USD</g:price>
<!-- But landing page shows: -->
<!-- $39.99 (sale price) or $54.99 (different price) --><!-- Feed matches landing page exactly: -->
<g:price>49.99 USD</g:price>
<g:sale_price>39.99 USD</g:sale_price>
<!-- Landing page shows: -->
<!-- Was: $49.99 | Now: $39.99 -->Additional Tips
- Set up automated alerts when prices change on your website
- Schedule feed refreshes more frequently during sales or promotions
- Test your landing pages in incognito mode to see what Google's crawler sees
- Consider using Google's Content API for real-time inventory and price updates
- Include tax and shipping in the price if required by your target country
Related Issues
Validate Your Feed Now
Use our free Google Shopping Feed Validator to check for this and other common errors before uploading to Merchant Center.
Open Feed Validator