Every catalogue accumulates products that are no longer sold, and every one of those has a URL that may have rankings, links and traffic. What you do with it decides whether that value transfers or evaporates.
There is no single right answer. There is a right answer per product, determined by whether the URL has value and whether a replacement exists.
The decision, in four cases
1. A direct replacement exists
Redirect the old URL to the replacement with a 301. This is the best outcome, because the accumulated value transfers to a page serving the same need.
- Redirect to the specific replacement, not to the category and not to the homepage.
- Ensure the replacement is genuinely equivalent. Redirecting a discontinued kettle to a toaster is a soft 404 in practice.
- Keep the redirect indefinitely where the old URL attracts links.
2. No direct replacement, but a relevant category
Redirect to the parent category. Less ideal than a product-to-product redirect, but preserves more than a 404 where the URL had value.
- Only where the category genuinely serves the same need.
- Not as a blanket rule for everything discontinued, which produces category pages receiving hundreds of unrelated redirects.
3. No replacement and no value in the URL
Return 404, or 410 if you want to signal permanence. This is the correct answer for the long tail of products that never ranked and were never linked.
- A correct 404 causes no harm and is the honest response.
- 410 tends to drop the URL faster and is appropriate where you are certain.
- Do not keep a page live saying “no longer available” with a 200 status, which is a soft 404.
4. Temporarily unavailable
Keep the page live, return 200, and say clearly when it is expected back. This is not a discontinued product and should not be treated as one.
- Retain the content, which is what earned the ranking.
- State availability honestly and update product markup to match.
- Offer alternatives on the page rather than redirecting away from it.
- Removing and reinstating a seasonal product every year destroys its accumulated value.
How to decide which case applies
Check the URL before deciding. Most stores treat all discontinued products identically, which is wrong in both directions: valuable URLs get 404s, worthless ones get redirects that clutter the category.
- Does it have organic traffic in the last twelve months?
- Does it rank for anything?
- Does it have external links?
- Is it in your sitemap or internally linked?
Any yes means the URL has value worth transferring. All no means a 404 is fine.
Doing it at scale
- Set a standing rule so the decision is made at discontinuation, not months later.
- Match replacements automatically where SKU or category relationships allow, and handle exceptions by hand.
- Remove discontinued URLs from sitemaps, since stale sitemaps waste crawl capacity.
- Remove internal links to them, or every internal path runs through a redirect.
- Audit periodically for accumulated soft 404s, which is how most catalogues drift.
Frequently asked questions
Should I keep discontinued product pages live?
Only where the product is genuinely returning. A permanently discontinued product left live with a “no longer available” message is a thin page returning 200, which wastes crawl capacity and can accumulate as index bloat.
Can I redirect everything to the category?
Not as a blanket rule. It works where the category genuinely serves the same need. Applied to everything it produces categories receiving large numbers of unrelated redirects, which is treated as a soft 404 pattern.
404 or 410?
Either is acceptable. 410 signals permanence and tends to drop faster. 404 is the safer default where the product might return.
What about seasonal products?
Keep the page. Removing and recreating it each season destroys the rankings it built. Mark it unavailable and say when it returns.
Consulting CTA
If your catalogue has accumulated soft 404s or redirects that discard value, book an SEO consultation for a review of how discontinued products are handled.