What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

For expired listings on a classified ad site, the best practice is to return a 404 code so that these pages naturally disappear from Google's index. Using a 301 redirect to a parent category can be perceived as a soft 404. The META tag 'Unavailable After' can also be used to indicate in advance that the page will no longer be available.
0:34
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h00 💬 EN 📅 08/04/2016 ✂ 10 statements
Watch on YouTube (0:34) →
Other statements from this video 9
  1. 5:20 Pourquoi créer du contenu dans certaines langues peut-il offrir un avantage SEO disproportionné ?
  2. 6:44 Le hreflang sert-il vraiment à quelque chose quand tout votre site est dans une seule langue ?
  3. 8:30 La structure d'URL est-elle vraiment inutile pour le référencement ?
  4. 16:00 La vitesse serveur est-elle vraiment un facteur de classement décisif en SEO ?
  5. 17:00 Comment Google teste-t-il ses algorithmes sans fausser les résultats ?
  6. 20:14 Comment Google ajuste-t-il vraiment son budget de crawl selon vos mises à jour ?
  7. 31:34 Faut-il vraiment utiliser des 404 pour nettoyer le contenu de faible qualité ?
  8. 53:58 Pourquoi l'architecture de votre site peut-elle saboter votre crawl budget ?
  9. 55:46 Pourquoi la cohérence des horaires GMB/site web impacte-t-elle vraiment votre SEO local ?
📅
Official statement from (10 years ago)
TL;DR

Google recommends returning a 404 status code for expired ad pages, allowing for their natural deindexing. Redirecting with a 301 to a parent category can be interpreted as a soft 404, which compromises indexing. The META tag 'Unavailable After' offers a proactive solution to signal the future unavailability of a page, but its adoption remains marginal in practice.

What you need to understand

Why does Google prefer a straightforward 404 over redirects for expired listings?

Google's reasoning is based on a simple principle: an expired listing no longer holds informational value. Unlike a temporary out-of-stock product, an expired classified ad (sold car, rented apartment, filled position) will never return. Keeping it in the index unnecessarily clutters crawl budget and degrades user experience.

The 301 redirect presents a conceptual problem. It indicates that Content A has permanently moved to B. However, a specific ad page ("3-room apartment on Paradise Street") has no semantic connection to a generic category ("Rentals in Marseille"). Google detects this inconsistency and treats the redirect as a soft 404, effectively nullifying the hoped-for SEO juice transfer.

What is the META tag 'Unavailable After' and how does it work?

This tag signals to Google that a page will become obsolete after a specific date. Syntax: <meta name="robots" content="unavailable_after: 15-Mar-2025">. The bot understands that the page can remain indexed until this deadline, and then will naturally be deindexed without requiring manual recrawl.

The benefit? For sites where listings have a predictable lifespan (seasonal rentals, events, job offers with deadlines), this approach avoids back-and-forth indexing. But in practice, the implementation remains minimal. The majority of classified ad CMS do not natively support this tag, and developers prefer more robust server-side solutions.

Could the 404 negatively impact the site as a whole?

This is a common but unfounded concern. Google has reiterated several times that 404 errors are a normal part of the web. A classified ad site with 30% of its pages in 404 (expired listings) will not be penalized if the rest of the site is functioning properly. The engine distinguishes between accidental 404s (broken pages, broken links) and functional 404s (naturally ephemeral content).

The key lies in the ratio and context. An institutional site with 40% of 404s raises questions. A job site with the same ratio is perfectly healthy. Google analyzes the overall pattern, not the raw number.

  • Clean 404: recommended solution for definitively expired listings with no direct equivalent
  • 410 Gone: a more explicit variant indicating intentional deletion, theoretically speeds up deindexing but has marginal impact in practice
  • 301 Redirect: to be used only when there is genuine editorial continuity (category mergers, architecture redesign)
  • Unavailable After: useful for content with known lifespan in advance, requires specific technical implementation
  • Noindex + 200: a hybrid solution to avoid, keeps the page crawlable without valid reason

SEO Expert opinion

Is this recommendation in line with practices observed in the field?

Yes and no. Google's position makes sense from an algorithmic standpoint, but it conflicts with business realities. Many classified ad sites have historically built their SEO traffic on massive volumes of indexed pages, including expired listings. Transitioning to a straightforward 404 mechanically reduces the indexable surface area and, in the short term, organic traffic.

Big players (Leboncoin, Pap.fr, Indeed) manage this paradox with hybrid strategies. Some maintain "archived" pages as noindex to preserve internal linking, while others generate contextual substitute pages ("Similar active listings"). These tactics circumvent the official recommendation but reflect a reality: the trade-off between technical cleanliness and traffic volume remains a business decision, not just technical. [To verify] whether Google actually penalizes these intermediate strategies or tolerates them as long as the UX remains acceptable.

In which cases is a 301 redirect to a parent category justifiable?

Google's doctrine is not absolute. If your site has 500 listings and 20 categories, a massive 404 can create gaps in your internal linking. A 301 redirect is justified when it adds real user value: a user arriving at a sold car may legitimately want to see similar vehicles.

The trap? Google detects purely SEO-driven redirects (all listings from a department redirected to the homepage). The blurry line lies between beneficial redirects and opportunistic redirects. My field advice: test on a sample of 10% of your expired listing traffic. Measure the bounce rate post-redirect. If 80%+ of users leave immediately, Google is right to treat that as a soft 404.

Does the 410 Gone offer any real advantage over the standard 404?

In theory, the 410 code signals a definitive and intentional deletion, while the 404 can be temporary (error page). Google claims that the 410 speeds up deindexing, but field tests show negligible differences: a few days at most on sites with normal crawl budgets.

For a classified ad site generating thousands of expirations daily, this micro-optimization has no measurable impact. The 410 is only worthwhile if your CMS supports it natively without development costs. Otherwise, a clean 404 works perfectly. Focus your energy on more impactful levers: crawl speed, link depth, freshness of active content.

Attention: The Unavailable After tag is not uniformly supported by all bots. Bing and others may ignore it. If your non-Google traffic is significant, check the specific behavior of each bot before generalizing.

Practical impact and recommendations

How can you implement a clean 404 for expired listings without disrupting the UX?

The technical solution is simple: detect the status of the listing server-side and return a real HTTP 404, not a 200 with an error message in the HTML. This nuance is critical: Google reads the HTTP status code, not the visible content. An "Expired Listing" shown on a page that returns 200 remains indexable and pollutes your index.

For UX, turn your 404 page into an opportunity. Instead of a generic message, display similar active listings based on the category, location, and price of the expired listing. Technically, you send a 404 (Google is happy), but the user sees relevant content (your bounce rate remains acceptable). This approach requires custom development but reconciles SEO constraints with business logic.

Should you remove backlinks pointing to expired listings?

No, and this is a point often misunderstood. Google does not penalize a site for backlinks pointing to 404s. It's the natural evolution of the web. However, if internal links (navigation, footer, sidebar) point to 404s, then yes, this is problematic: it dilutes your crawl budget and degrades UX signals.

Focus your efforts on cleaning up internal linking. Use a crawler (Screaming Frog, Oncrawl) to identify and fix broken internal links. External backlinks? Leave them alone. The SEO juice they transmit to a 404 is lost, sure, but trying to mass redirect them to the homepage is counterproductive and can trigger manipulation signals.

What strategy should be adopted for sites with millions of archived expired listings?

If you have historically indexed millions of outdated ad pages, transitioning to 404s should be gradual. A sudden switch risks dropping your traffic by 30 to 50% before stabilization. Google will take several months to recrawl and adjust its evaluation of your site.

Recommended approach: start with listings expired for more than 6 months (little residual traffic), measure the impact over 2-3 months, then gradually extend. At the same time, invest heavily in creating enduring editorial content (buying guides, local comparisons, advice) to compensate for the loss of indexable volume. This type of trade-off between technical cleanliness and traffic reality often requires the support of a specialized SEO agency capable of modeling the impact before deployment and adjusting the strategy in real-time.

  • Ensure your server returns a real HTTP 404 (not 200 + error message) for expired listings
  • Implement a contextual 404 page with suggestions for similar active listings
  • Audit and fix all internal links pointing to 404s (navigation, modules, footer)
  • Test the Unavailable After tag on a sample if your listings have a predictable lifespan
  • Monitor the evolution of indexed page rates and organic traffic post-implementation
  • Develop an editorial content strategy to compensate for the mechanical reduction in the volume of indexable pages
Google’s recommendation is clear: a straightforward 404 for expired listings without a direct equivalent. 301 redirects to parent categories create counterproductive soft 404s. The Unavailable After tag remains underutilized despite its potential for content with a known lifespan. The main challenge? Reconciling this technical doctrine with the business realities of a site that relies on its indexable volume. A delicate balance that benefits from strict management, ideally with the expertise of an agency familiar with the specificities of high-volume sites with rapid content turnover.

❓ Frequently Asked Questions

Le code 410 Gone désindexe-t-il vraiment plus vite qu'un 404 Not Found ?
En théorie oui, le 410 signale une suppression définitive. En pratique, les tests montrent un écart de quelques jours maximum. Pour la plupart des sites, cette micro-optimisation n'apporte aucun gain mesurable.
Combien de temps Google met-il à désindexer une page en 404 ?
Cela dépend du crawl budget et de la popularité de la page. Une page peu visitée peut disparaître en quelques jours, tandis qu'une page avec backlinks forts peut rester indexée plusieurs semaines malgré le 404.
Un fort taux de pages 404 peut-il pénaliser mon site globalement ?
Non, si ces 404 sont fonctionnelles (annonces expirées, contenu éphémère). Google fait la différence entre 404 accidentelles et 404 normales. Un site de petites annonces avec 40% de 404 est parfaitement sain.
Puis-je mettre les annonces expirées en noindex plutôt qu'en 404 ?
C'est une solution bâtarde : la page reste crawlable et consomme du budget sans être indexée. Le 404 est plus propre car il signale clairement à Google que la ressource n'existe plus.
La balise Unavailable After fonctionne-t-elle avec tous les moteurs de recherche ?
Google la supporte officiellement, mais Bing et autres crawlers peuvent l'ignorer. Si ton trafic non-Google est significatif, vérifie le comportement spécifique avant généralisation.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO JavaScript & Technical SEO Redirects

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 1h00 · published on 08/04/2016

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.