Article: The error appears as a “landing-page-mismatch” in the Merchant Center Diagnostics tab, not in the Shopify admin.
Why the error appears
When inventory hits zero, many Shopify apps flip a redirect that sends the product URL to the store’s homepage. Google expects the feed URL to land on a page that actually shows that product. A homepage landing page fails that test, so Google flags the feed entry as non-compliant and stops showing the ad.
The redirect stays hidden in Shopify because the product remains marked “active.” Only the Merchant Center, which checks the final destination of the feed URL, raises the alert.
What’s at stake
- Lost ad spend – Google suspends the listing, wiping out paid search traffic until you fix it.
- SEO bleed – A 301 redirect to the homepage strips the product URL of its historic authority, hurting overall rankings.
- Customer friction – Shoppers click an ad for a specific item, land on a generic homepage, and usually leave within seconds, crushing conversion rates.
The usual culprits
Out-of-stock or back-in-stock apps often ship with the redirect toggle turned on. The setting aims to hide a “sold out” page, but the default sends every out-of-stock SKU to the homepage instead of keeping the product page alive.
How to fix it
- Leave the product page live – Keep the URL pointed to the product, not the homepage.
- Signal out-of-stock status in markup – Add
availability: OutOfStockto the page’s JSON-LD schema. - Update the feed – Set
availabilitytoout_of_stockin the CSV or XML product feed you submit to Google. - Offer a restock form – Embed a notification field on the product page so shoppers can request an alert when the item returns.
- Use redirects only for permanent discontinuations – Apply a 301 redirect to a specific replacement product, never to the homepage.
Quick audit checklist
- URL Redirects – In Shopify Admin, go to Online Store → Navigation → URL Redirects and look for rules that send product URLs to the homepage.
- App settings – Open any out-of-stock or back-in-stock app, locate the redirect toggle, and turn it off.
- Merchant Center Diagnostics – Scan for “landing page” or “destination” errors.
- Manual test – Open an out-of-stock product in an incognito window; the page should still display the product, not the homepage.
A counterpoint worth hearing
The data are simple: a user who clicks an ad for a specific product expects that exact product. Redirecting to a generic page spikes bounce rates and defeats the ad’s purpose. The short-term gain of “keeping users on site” is outweighed by the long-term loss of ad relevance, SEO equity, and conversion potential.
What to watch next
- App updates – Monitor release notes for any out-of-stock management apps you use; developers may change the default redirect behavior.
- Merchant Center alerts – Review the Diagnostics tab regularly; new landing-page errors often surface after inventory changes.
Bottom line: If you advertise on Google, make sure every product URL in your feed still resolves to its own product page, even when inventory runs out. A single toggle in an out-of-stock app can be the difference between ads that sell and ads that sit idle.
