Deleted a product? Here's what happens to its URL (and how to fix it)
Archiving or deleting a Shopify product doesn't delete its traffic. Ads, emails, Google and backlinks keep sending visitors to a page that no longer exists. Here is the lifecycle of a dead product URL and the playbook to handle it.
Deleting a product on Shopify takes two clicks. What those clicks don't do: notify Google, expire your backlinks, edit your old newsletters, or update the Instagram post from last summer. The product is gone, but its URL keeps receiving visitors.
The afterlife of a product URL
Watch a real store's logs after a catalog cleanup and the pattern is always the same:
- Weeks 1 and 2: traffic to the dead URL barely drops. Google still has it indexed, ads may still be running, and recent emails are still being opened.
- Months 1 to 3: Google progressively de-indexes the page, but backlinks, pinned posts and bookmarks keep sending clicks.
- Months 3 to 12: a long tail of visits, often from the exact people with the highest intent. They saved the link because they wanted the product.
Every one of those visits ends on your 404 page. If the product had any traction, that's hundreds of frustrated visitors. And if it had backlinks, that's SEO authority evaporating.
Archive vs delete: same problem
Merchants often assume archiving is "safer" than deleting. For your data it is. For your visitors it isn't: an archived product's page returns exactly the same 404 as a deleted one. Setting a product to draft does it too. Any state that takes the page offline creates a dead URL immediately.
The manual playbook
If you manage your catalog by hand, do this every time a product goes offline:
- Create the 301 before (or right after) deleting. Admin → Online Store → Navigation → URL redirects. Source: the dead product path. Target, in order of preference:
- the replacement product, if one exists;
- the most relevant collection;
- a closely related product;
- the homepage only as a last resort.
- Check its collection URLs too. If the product was accessed via
/collections/summer/products/old-tee, that path dies as well. - Repeat for every seasonal cleanup. Ten products archived means ten redirects. It's tedious, and that's exactly why it doesn't happen.
The automated playbook
The manual playbook fails for a simple reason: products get deleted in bulk (end of season, supplier change, catalog refresh) but redirects get created one at a time. The realistic fix is automation:
- Detection: watch webhooks for product deletion, archiving and drafting. The redirect should exist seconds after the product goes dark, before any visitor hits it.
- Smart targets: point the redirect at the product's primary collection automatically, so the visitor lands somewhere useful.
- Reversibility: if the product comes back (restock, re-publish), the redirect must disappear automatically. Otherwise it hijacks the revived page's traffic.
This exact loop is built into Radar404: the moment a product is deleted, archived or set to draft, the app creates a native Shopify 301 to the product's collection, logs the action, and removes the redirect automatically if the product ever comes back online. Combined with real-time 404 detection and AI matching for the URLs you didn't see coming (typos, old backlinks), the "deleted product" problem goes away for good.
The takeaway
A product's lifecycle doesn't end when you delete it. It ends when its last visitor is safely redirected somewhere useful. Build that into your process, manually or automatically, and catalog cleanups will stop costing you sales and rankings.
Frequently asked questions
What's the difference between archiving and deleting a product on Shopify?
Archiving hides the product from your store and admin lists but keeps its data; deleting removes it permanently. For the visitor the result is identical: the product page returns a 404 in both cases.
How long does traffic keep hitting a deleted product's URL?
Typically months, sometimes years. Google can keep the URL indexed for weeks, backlinks never expire, and old emails or social posts keep getting clicked. High-traffic product URLs commonly receive visits for 6 to 12 months after deletion.
Where should I redirect a deleted product's URL?
In order of preference: to its direct replacement if one exists, to the most relevant collection, or to a closely related product. Avoid mass-redirecting everything to the homepage, because Google treats that as a soft 404.