Discontinued Product SEO: Redirect, Retain, or Remove?
Redirect a discontinued product page when a clear replacement meets the same need. Retain it when the original product information remains useful. Remove it with a 404 or 410 response when neither condition applies.
The decision should follow what visitors need from the URL. A product becoming unavailable does not automatically make its specifications, manuals, or compatibility information obsolete.
Choose the right treatment
Use this table as a practical decision framework, rather than a universal search-engine rule.
| Product situation | Recommended action | URL response |
|---|---|---|
| Temporarily unavailable, with stock expected to return | Keep the product page and update availability | 200 OK |
| Permanently discontinued, with a clear replacement that satisfies the original need | Redirect to the replacement | 301 |
| Permanently discontinued, but useful for specifications, support, or comparison | Retain a useful discontinued-product page | 200 OK |
| Permanently discontinued, with no suitable replacement or useful content to retain | Remove the page | 404 or 410 |
Google’s guidance supports a permanent redirect when a page has a clear replacement, and a 404 or 410 when removed content has no similar replacement. Google: Troubleshoot crawling errors
Before deciding, confirm the product’s actual status with the team responsible for inventory. An unavailable variant, seasonal stock gap, and permanently retired product require different treatment.
Redirect when the replacement fits the original need
A permanent redirect makes sense when the destination can reasonably take over the old page’s role.
Google recommends server-side permanent redirects where possible. Both 301 and 308 communicate a permanent move and signal that the destination should become the canonical URL. Google: Redirects and Google Search
For discontinued products, assess the destination using practical questions:
- Does it serve the same main purpose?
- Does it meet important compatibility, size, or technical requirements?
- Will someone searching for the old model understand why they arrived here?
- Does it preserve any information visitors still need about the original product?
A newer model is not automatically a suitable destination. If it uses different accessories or lacks an important feature, keeping the old page with an explanation may be more helpful.
Hypothetical example: A manufacturer replaces a desk lamp with a revised model that serves the same purpose and uses the same fittings. Redirecting may be reasonable if the replacement page explains the transition. If owners need wiring instructions unique to the old lamp, retain that information on an accessible support page.
Avoid blanket redirects to categories or the homepage
Do not send every discontinued product to the homepage simply to avoid missing-page responses.
Google warns that redirecting many URLs to an irrelevant destination can confuse users and may be treated as a soft 404. Google: Site moves and URL changes
A category page deserves the same relevance check as a replacement product. Sharing a category does not necessarily make it a substitute for an exact-model page. When the category only offers browsing options, consider linking to it from a retained page or a helpful error page.
Retain pages that still answer useful questions
Keep a discontinued product page when it continues to serve a clear purpose. Useful content may include:
- Model-specific specifications and dimensions.
- Manuals, downloads, and maintenance instructions.
- Verified accessory or spare-part compatibility.
- Warranty and support information.
- A comparison with the replacement model.
These are editorial reasons to retain a page, not a guarantee that it will remain indexed or keep its rankings.
Review the queries that bring visitors to the URL. Searches for a model’s manual or replacement parts suggest a different need from searches to buy it. If that purpose has changed, a How to Audit Search Intent Drift With AI in 45 Minutes can help guide the update.
Make the discontinued status clear
A retained page should explain the situation immediately:
Hypothetical page notice: “This model has been discontinued and is no longer available to purchase. Specifications and manuals remain available below. The current replacement uses a different battery system.”
Keep the product name, model number, images, and useful details. Disable unavailable purchase options, and explain meaningful differences when linking to alternatives.
Avoid leaving an almost empty page containing only “product unavailable.” Google describes pages with no main content, or error-like content served with 200 OK, as possible soft 404s. Google: Soft 404 guidance
The practical distinction is whether the page still answers a real question.
Remove pages that no longer serve a purpose
Removal is reasonable when the product is permanently gone, there is no suitable replacement, and the page has no useful information worth maintaining.
Return an actual HTTP error response:
404 Not Foundindicates that the requested resource cannot be found.410 Goneexplicitly indicates that it is gone.
Google accepts either response for removed pages without a similar replacement. There is no need to choose 410 on the assumption that it will deliver a ranking benefit. Google: Handling removed content
A helpful error page can still include navigation, site search, and relevant category links. Check the response code: displaying “page not found” in the browser does not prove that the server returns 404.
Before removal, review backlinks as well as traffic. A link to a product’s technical diagram may reveal useful content worth preserving. It does not justify redirecting that visitor to an unrelated bestseller.
Use noindex only for a different objective
If a page needs to remain accessible but should not appear in search results, noindex may fit that separate requirement.
Google must be able to crawl the page to see the directive. Blocking it in robots.txt prevents Google from reading the noindex instruction. Google: Block indexing with noindex
For an actually deleted product page, use the appropriate HTTP response instead.
Keep availability, structured data, and feeds consistent
The website URL and the shopping feed require separate decisions. Retaining an informative page does not mean retaining an active shopping listing.
Temporarily out of stock
As a practical default, keep the existing URL and product content. Clearly explain availability and avoid inventing a restock date.
For Merchant Center, Google specifies out_of_stock when a product is temporarily unavailable and orders are not being accepted. If an existing product is backordered and orders are accepted, use backorder with the required availability date. Google Merchant Center: Availability
Permanently discontinued
Google tells merchants to remove products they no longer sell from their product data rather than leaving them marked out_of_stock. This feed requirement does not require deleting a useful informational page. Google Merchant Center: Availability
Review the retained page’s structured data too. Google’s product-snippet documentation supports https://schema.org/Discontinued as an offer availability value. That differs from the availability values accepted in Merchant Center feeds. Google: Product snippet structured data
Do not leave obsolete prices, purchase claims, or in-stock offers in the markup merely because the visible buying button has been removed.
Apply the decision consistently across the catalog
For a larger cleanup, create a decision sheet with one row per URL. Record the product status, relevant queries, traffic, backlinks, support value, proposed replacement, and chosen action.
A practical workflow is:
- Confirm inventory status. Resolve uncertainty about restocking before applying permanent changes.
- Assess visitor needs. Review search queries, referral traffic, support questions, and the page’s actual content.
- Approve replacement mappings. Check product specifications and compatibility rather than relying on name similarity.
- Implement the treatment. Update the content, configure the redirect, or return the correct removal response.
- Update discovery paths. Revise internal links and the current XML sitemap to reflect the pages you want discovered and indexed.
- Check the result. Test response codes, destinations, rendered content, and product data.
For redirects, point directly to the final destination and update internal links to use it. Google advises avoiding redirect chains and, in its URL-move guidance, keeping redirects for as long as possible—generally at least one year. Google: Site moves and URL changes
Retained archive pages can remain linked from relevant manuals, support resources, or comparisons. The How to Build AI-Driven Internal Links in 30 Minutes can help organize those updates.
AI can assist with grouping URLs and suggesting candidate replacements. Treat those suggestions as drafts: verify inventory status, specifications, and compatibility against product records before making changes.
Measure whether the intended outcome happened
After implementation, check a sample from each treatment in Search Console and your analytics:
| Treatment | What to review |
|---|---|
| Redirected | Correct destination, no loops, and performance of both old and replacement URLs |
| Retained | Useful rendered content, accurate availability, and relevant search queries |
| Removed | Expected 404 or 410 responses and remaining internal links to those URLs |
Judge results against the purpose of each change. A removed URL losing impressions is expected. A retained manual page becoming inaccessible, or a replacement redirect landing on an error, indicates a problem.
Record the implementation date so later reviews can distinguish these changes from other site updates.
References
- Google Search Central: Redirects and Google Search
- Google Search Central: Troubleshoot crawling errors
- Google Search Central: Site moves and URL changes
- Google Search Central: Product snippet structured data
- Google Merchant Center: Availability requirements
Conclusion
Discontinued product SEO works best when the URL’s treatment matches its remaining purpose. Redirect to a clear replacement, retain information people still need, and remove pages that no longer offer either. Keep the technical response, visible content, and product data consistent with that decision.