Product page unavailable
What the Product page unavailable error means in Google Merchant Center, why it happens, and how to fix a broken or missing landing page.
This means Google's crawler reached your landing page URL but got back an error, a 404, a server error, or a timeout, instead of a working product page. Fix it by pointing the link at a live page or removing the product from your feed if it no longer exists.
What triggers this error
Unlike "Unable to check product pages" (a total block), this error means Google's crawler successfully reached the URL and got back a genuine failure: a 404, a 5xx server error, or a timeout after connecting. The most common causes are a product that's been deleted or discontinued but not removed from the feed, a URL structure change after a platform migration, or a server issue that only affects some pages under load.
Check whether the failure is isolated to one product or spread across many. A single broken link is usually a one-off; dozens appearing together almost always trace back to one upstream change, a redesign, a URL rewrite rule, or a stock feed still pointing at deleted listings.
See the landing page crawl errors guide for the other failure modes Google groups under similar reason strings, including redirects and soft-404s that don't show up as a clean error code.
/tools' feed enrichment layer checks landing page links during sync so a batch of broken URLs after a migration gets caught before it turns into a wave of disapprovals.
Step by step
- Check the exact URL in your feed. Open the `link` value for the affected product, not a URL you typed from memory. Load it in a private browser window to see what an anonymous visitor gets.
- Confirm the status code. A 404 means the page is genuinely gone. A 5xx means the server errored. Either way, that's what Google's crawler saw.
- Decide whether the product still exists. If it's been discontinued or removed from your site, remove it from the feed rather than leaving a dead link. If it still exists but the URL changed, update the link in your feed to the new URL.
- Fix the source, not just this one product. If several products show this error together, it's usually a URL structure change from a platform migration or redesign. Fix the URL generation logic once rather than editing links one at a time.
Frequently asked questions
Why does this show up right after a site migration?
A platform or theme migration often changes URL structure. The feed keeps sending the old links because nothing told it the URLs moved, so every migrated product fails this check until the feed is updated to match.