← All disapproval codes
critical 12471988

How to fix: Unable to view products on online store

What this means

Google's automated checks can't see products on the website, often due to JavaScript rendering or blocking.

Why this happens

Landing pages must be crawlable, available, fast-loading, and consistent with the feed data. Issues here include 404s, server errors, redirect loops, robots.txt blocks, missing schema markup, country-specific availability problems, and content/price mismatches with the feed.

How to fix it

  1. Test the landing page in a private browser session — confirm it loads quickly, displays the product, and matches the feed (price, title, availability).
  2. Check robots.txt to confirm Googlebot is allowed to crawl `/products/` paths.
  3. Eliminate redirect chains — Google allows max 2 redirects.
  4. Add structured data (JSON-LD Product schema) to confirm price and availability programmatically.
  5. If the issue persists after fixing, request a website check in Merchant Center to expedite re-review.

Common pitfalls