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

Google respects the 'unavailable after' attribute to indicate that a page will no longer be available after a certain date. Be sure to accompany this attribute with a 'no index' or a 404 response to confirm the page's inaccessibility.
14:27
🎥 Source video

Extracted from a Google Search Central video

⏱ 54:14 💬 EN 📅 10/01/2020 ✂ 13 statements
Watch on YouTube (14:27) →
Other statements from this video 12
  1. 2:12 Pourquoi les extraits enrichis Course ne fonctionnent-ils pas sur mon site européen ?
  2. 8:20 Faut-il vraiment mettre les liens de widgets en nofollow ?
  3. 10:11 Les pages de tag sont-elles vraiment sans risque pour le SEO ?
  4. 13:14 Faut-il vraiment tout rediriger lors d'une migration de site ?
  5. 18:16 Faut-il vraiment arrêter d'optimiser ses mots-clés pour BERT ?
  6. 20:26 Comment Google sélectionne-t-il vraiment les liens de site affichés dans les SERP ?
  7. 21:32 Faut-il vraiment un prix pour profiter des rich snippets produits ?
  8. 23:28 La cohérence des données structurées impacte-t-elle vraiment le crawl de Google ?
  9. 28:07 L'indexation mobile-first fait-elle vraiment baisser le trafic de votre site ?
  10. 28:30 Indexation mobile-first vs compatibilité mobile : connaissez-vous vraiment la différence ?
  11. 39:00 Comment Google combine-t-il les données structurées d'événements provenant de sources multiples ?
  12. 49:26 Comment les hackers accèdent-ils à votre Search Console et que faire ?
📅
Official statement from (6 years ago)
TL;DR

Google respects the 'unavailable_after' attribute to signal that a page will no longer be available after a specific date. However, this tag alone is not enough: it must be accompanied by a noindex or a 404 code to confirm the page's effective inaccessibility. Without this confirmation, Google might continue to index and display the page beyond the indicated date.

What you need to understand

What is the 'unavailable_after' attribute and what is its purpose?

The 'unavailable_after' attribute is a meta tag that you can add in the head of your pages to inform Google that a URL will no longer be relevant after a specific date. Essentially, you are telling the engine: "This page expires on March 15 — stop showing it in search results after this deadline."

This mechanism is useful for short-lived content: events, flash promotions, news articles, temporary job offers. Rather than leaving it to Google to decide when to devalue or deindex the page, you provide it with an explicit signal. Less guesswork, more control — in theory.

Why does Google require a noindex or a 404 as a complement?

Because 'unavailable_after' alone is just a signal, not a strict directive. Google may choose to ignore it or handle it with a delay. If, after the indicated date, the page remains accessible with a 200 OK status without noindex, there is no guarantee that it will disappear quickly from the index.

The engine needs a technical confirmation: either a noindex to say "don’t show me anymore," or a 404/410 to say "this resource no longer exists." Without that, you create an inconsistency — the tag announces expiration, but the server insists everything is fine. Google will likely prioritize the HTTP response code and continue to index.

In what practical cases is this approach relevant?

Typically, on sites with a constant flow of temporary content: media, event sites, classifieds, e-commerce with flash sales. If you publish an article about an event scheduled for May 20, you know from the time of publication that this page will no longer be relevant after that date.

Another case: limited-time promotional pages. You want Google to index them during the duration of the offer, then automatically remove them without manual intervention. The 'unavailable_after' attribute acts as a scheduler — as long as the page is switched to noindex or 404 at the right time.

  • Signal an expiration: 'unavailable_after' announces the page's relevance deadline
  • Confirm technically: noindex or 404/410 validate that the page is indeed no longer accessible or indexable
  • Avoid inconsistency: without confirmation, Google may ignore the tag and maintain indexing
  • Preferred use cases: events, temporary promotions, job offers, short-lived news
  • Automation needed: for effectiveness, this approach requires a system that automatically switches the page's status at the scheduled date

SEO Expert opinion

Is this recommendation consistent with observed practices on the ground?

Yes — and it confirms what we already know: Google is wary of isolated signals. The 'unavailable_after' attribute has existed for years, but its adoption has remained marginal precisely because it does not offer a firm guarantee. SEOs generally prefer more direct solutions: switching to noindex or responding with a 410 at the desired date.

The fact that Mueller emphasizes the need for a confirmation signal reflects a simple logic: Google does not want to deindex a page still accessible in 200 based solely on a meta tag. Too many risks of false positives — a misconfigured date, an oversight in removing the attribute, and a valid page disappears from SERPs.

What limits and gray areas should be kept in mind?

Mueller does not specify how long after the indicated date Google will continue to crawl the page in the absence of noindex or 404. After the deadline, does the page remain indexed for a week? A month? [To be verified] — there is no documented guarantee on the timing of automatic deindexing.

Another point: if you switch to noindex after the expiration date, how long will it take for Google to recrawl, detect the change, and remove the page? The risk is creating a window of inconsistency where the page still appears in results while it is no longer relevant — exactly what you wanted to avoid.

Finally, there is no indication whether Google gradually devalues a page approaching its expiration date. Does CTR decrease? Does ranking degrade beforehand? No public data on that. We are in the fog.

In what cases is it better to avoid this approach?

If your site does not have a reliable automation system to switch pages to noindex or 404 at the scheduled date, forget 'unavailable_after'. Manually managing hundreds of temporary pages is a recipe for error — and a page that remains in 200 after expiration is worse than a page without a tag.

Another case: if your content remains partially useful after the event (e.g., an analysis article about a past event). Here, rather than deindexing, you would do better to update the page to reflect the post-event context. The 'unavailable_after' attribute is not designed for evolving content — it is binary: relevant / not relevant.

Attention: If you use 'unavailable_after' without confirming with a noindex or 404, you create a contradictory signal. Google may choose to ignore the attribute and continue to index the page indefinitely — exactly the opposite of the desired effect.

Practical impact and recommendations

What should be done concretely to implement this approach?

First, add the 'unavailable_after' attribute in the head of your temporary pages with a date in RFC 850 or ISO 8601 format. Example: <meta name="robots" content="unavailable_after: 15-May-2025 00:00:00 GMT">. Ensure that the date is precise — a time zone error can offset the expiration by several hours.

Next, set up an automated system that, on the scheduled date, switches the page either to noindex (if you want to keep it accessible but non-indexed) or to 404 or 410 (if it no longer has reason to exist). A cron job, a scheduled task in your CMS, or a server-side script — it doesn't matter, as long as it is reliable and tested.

What mistakes should you absolutely avoid?

Never leave a page in 200 OK after the expiration date without noindex. This is the most common mistake — you added the attribute, you think Google will handle it, but nothing happens. The page remains indexed, it shows up in SERPs for a past event, and you create a poor user experience.

Another trap: using 'unavailable_after' on pages you want to redirect after expiration. If you plan a 301 redirect to a similar page or an archive page, do not use this attribute — do the redirect directly. The attribute is meant for content that disappears, not for replacement.

Finally, do not mix 'unavailable_after' with a permanent noindex upon publication. This makes no sense: you tell Google never to index the page while giving it an expiration date. Either you want it to be temporarily indexed or not — choose.

How to check that everything is working correctly?

Use Google Search Console to monitor the indexing of your temporary pages. Check that pages with 'unavailable_after' are properly indexed before the expiration date, then disappear in the days following the switch to noindex or 404.

Test your automation in a staging environment before deploying it to production. Create a test page with an expiration date in 24 hours, verify that the system switches to noindex or 404 at the scheduled time, and that server logs confirm the change in response code.

For sites with a high volume of temporary content, setting up these automation mechanisms can prove complex and require advanced technical skills. If you lack the internal resources to manage this type of optimization, hiring a specialized SEO agency can help you avoid costly mistakes and ensure a reliable implementation that complies with Google's recommendations.

  • Add 'unavailable_after' in the head with a precise date in the correct format
  • Automate the switch to noindex or 404/410 at the expiration date
  • Test the system in a staging environment before deployment
  • Monitor indexing via Search Console to verify effective deindexing
  • Never leave a page in 200 OK without noindex after the expiration date
  • Avoid using this attribute on pages you want to redirect
In summary: The 'unavailable_after' attribute is a powerful tool for managing temporary content, but it only works when accompanied by technical confirmation. Without reliable automation to switch to noindex or 404 at the scheduled date, you create more problems than you solve. Test, automate, verify — or let it go.

❓ Frequently Asked Questions

L'attribut 'unavailable_after' garantit-il une désindexation automatique à la date indiquée ?
Non. Google respecte l'attribut mais ne le traite pas comme une directive stricte. Sans noindex ou 404/410 après la date, la page peut rester indexée indéfiniment.
Peut-on utiliser 'unavailable_after' sur une page qu'on veut rediriger après expiration ?
Non, c'est contre-productif. Cet attribut sert à signaler une disparition définitive de contenu, pas un remplacement. Faites directement une 301 vers la nouvelle page.
Combien de temps après la date d'expiration Google continue-t-il à crawler la page ?
Google n'a pas communiqué de délai précis. Sans confirmation technique (noindex ou 404), la page peut rester indexée plusieurs semaines voire mois après la date indiquée.
Vaut-il mieux utiliser un noindex ou un 404 après la date d'expiration ?
Ça dépend. Un noindex garde la page accessible mais non indexée — utile pour l'archive. Un 404/410 signale une disparition totale — mieux si le contenu n'a plus aucune valeur.
Faut-il retirer l'attribut 'unavailable_after' une fois la page expirée ?
Non, ce n'est pas nécessaire si vous basculez en noindex ou 404. L'attribut devient alors redondant mais inoffensif. Concentrez-vous sur le code de réponse HTTP.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO

🎥 From the same video 12

Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 10/01/2020

🎥 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.