Official statement
Other statements from this video 28 ▾
- 1:05 Les redirections d'images vers des pages HTML transfèrent-elles du PageRank ?
- 1:05 Pourquoi rediriger vos images vers des pages tierces détruit-il leur valeur SEO ?
- 2:12 Faut-il vraiment se préoccuper du TLD pour un site international ?
- 2:37 Les domaines .eu peuvent-ils vraiment cibler plusieurs pays sans pénalité SEO ?
- 4:15 Faut-il vraiment automatiser les redirections linguistiques de son site multilingue ?
- 6:35 Pourquoi Googlebot ignore-t-il vos cookies et comment cela impacte-t-il votre stratégie multilingue ?
- 7:38 Faut-il vraiment héberger son domaine dans le pays ciblé pour ranker localement ?
- 9:00 Faut-il éviter les multiples balises H1 quand le logo est en texte ?
- 9:01 Faut-il vraiment limiter le nombre de balises H1 sur une page pour le SEO ?
- 11:28 Les impressions GSC reflètent-elles vraiment ce que voient vos utilisateurs ?
- 12:00 Qu'est-ce qu'une impression réelle en Search Console et pourquoi le viewport change tout ?
- 14:03 Le lazy loading d'images bloque-t-il vraiment Googlebot ?
- 14:08 Le lazy loading des images peut-il compromettre leur indexation par Google ?
- 17:21 Faut-il vraiment éviter de modifier le contenu d'une page récente ?
- 19:30 Les mauvais backlinks peuvent-ils vraiment couler votre classement Google ?
- 19:47 Changer vos ancres de liens internes déclenche-t-il vraiment un recrawl Google ?
- 21:34 Google peut-il vraiment ignorer vos backlinks non naturels sans vous pénaliser ?
- 24:05 Pourquoi les migrations partielles de sites provoquent-elles des fluctuations SEO plus longues que les migrations complètes ?
- 27:00 La structure de site suffit-elle vraiment à améliorer son indexation ?
- 30:41 Pourquoi utiliser un 301 plutôt qu'un 307 lors d'une migration HTTPS ?
- 33:35 Pourquoi la commande 'site:' met-elle jusqu'à deux mois pour refléter vos modifications réelles ?
- 35:56 Pourquoi Googlebot crawle-t-il trop vos CSS et JS ?
- 39:19 Le tag 'Unavailable After' permet-il vraiment de programmer la disparition d'une page de l'index Google ?
- 50:12 Faut-il vraiment réindexer tout le site après un changement d'URL ?
- 50:34 Faut-il vraiment éviter de modifier la structure de vos URLs ?
- 53:00 Faut-il retraduire ses ancres de backlinks quand on change la langue principale de son site ?
- 53:00 Changer la langue principale d'un site : faut-il craindre une perte de backlinks ?
- 54:12 La nouvelle Search Console va-t-elle vraiment changer votre diagnostic SEO ?
Google confirms that the unavailable_after tag allows you to set an expiration date for content, after which it will be automatically removed from the index. This directive is especially applicable to temporary content like promotional offers or events. Unlike noindex, which removes content immediately, unavailable_after schedules the removal, preventing the premature de-indexing of still useful pages.
What you need to understand
What is the unavailable_after tag and how does it work?
The unavailable_after tag is a meta directive that tells Google a specific date when content is no longer relevant. It is placed in the head of the page with a specific syntax: <meta name="robots" content="unavailable_after: 15-Jun-2025 12:00:00 EST">.
The format requires a RFC 850 date with a time zone. After this date, Googlebot removes the page from its index during the next crawl. It's an automatic removal, requiring no manual intervention.
How does this directive differ from a standard noindex?
The noindex tag immediately removes content from the index as soon as Google detects it. The unavailable_after tag allows for scheduled removal at a specified date.
This distinction is significant for time-sensitive content. An offer valid until June 30 remains indexed and accessible until that date, then disappears automatically. With a noindex, you must intervene manually on the day, risking forgetting or de-indexing too early.
What types of content are affected by this tag?
Promotional offers are the most obvious use case. A discount valid for two weeks has no reason to stay indexed after it expires. Events (conferences, webinars, flash sales) fall into the same logic.
Some job sites or real estate listings also use this directive. A filled position or sold property no longer holds informational value. The automatic removal prevents obsolete content from cluttering the index and ruining user experience.
- Promotional offers with a specific end date
- Events (webinars, conferences, private sales)
- Temporary listings (jobs, real estate, classifieds)
- Seasonal content without value outside a specific period
- Test pages or limited-time marketing campaigns
SEO Expert opinion
Is this statement consistent with real-world observations?
Tests confirm that Google does indeed follow this directive, but with a variable delay. Removal does not occur at the exact second indicated, but during the next crawl of the page after the expiration date. On a site with low crawl frequency, this delay can extend to several days.
De-indexation is not instantaneous either. Pages sometimes continue to appear in the SERPs a few days after their theoretical removal, especially in cached search results. This is normal operation for Google's infrastructure, not a bug.
What nuances should be added to this recommendation?
Google does not specify what happens to the ranking signals accrued by these pages. Does expired content with strong backlinks pass its juice to other URLs before disappearing? [To be verified] — no official documentation addresses this issue.
Another gray area: do pages with unavailable_after continue to consume crawl budget after expiration? Logically, they should not, since they are de-indexed, but could the presence of the tag itself encourage Google to check back periodically? On large sites, this question is significant.
In what cases does this directive cause issues?
Content with residual informational value should never use unavailable_after. An article on “the best offers of Black Friday 2023” may remain relevant as a historical reference or for comparison. Automatically removing it destroys potentially useful content.
News sites sometimes make the mistake of applying this tag to news articles. A news item that's two months old retains documentary value. Automatically de-indexing it deprives users of potentially sought-after archives.
Practical impact and recommendations
How to correctly implement the unavailable_after tag?
Place the directive in the head of the page using the exact RFC 850 format. A common mistake: using the ISO 8601 format, which Google does not process for this tag. The time zone is mandatory; lacking it invalidates the directive.
Test the syntax using the URL inspection tool in Search Console. Google flags invalid formats in the "Coverage" section. If the tag does not appear in detected meta robots, your syntax is likely incorrect.
What mistakes should be avoided when using this directive?
Never combine unavailable_after with a noindex on the same page. The noindex takes precedence and immediately removes the content, making the expiration date pointless. This confusing redundancy muddles the reading of your directives.
Avoid setting dates that are too close (less than 7 days). The crawl delay may mean that Google does not visit the page before expiration, effectively resulting in an immediate noindex in practice. Plan for a reasonable margin.
How to check that the directive works as intended?
After the expiration date, run a query site:yourdomain.com inurl:expired-url. If the page still appears after 10 days, either Google has not recrawled, or the syntax is invalid. Check the server logs to confirm Googlebot's visit.
In Search Console, the page should switch to "Excluded" status with the reason "Removed by the operator." If it remains "Indexed" several weeks after expiration, open a ticket — this may be a bug.
- Check the exact RFC 850 format with time zone
- Test the syntax via the Search Console URL inspection
- Never combine with noindex or canonical to another page
- Plan for a margin of at least 7-10 days before expiration
- Monitor server logs to confirm post-expiration crawling
- Check the "Excluded" status in Search Console after the date
❓ Frequently Asked Questions
La balise unavailable_after supprime-t-elle définitivement une page de l'index Google ?
Peut-on utiliser unavailable_after sur des pages avec des redirections 301 ?
Quel délai prévoir entre la date d'expiration et le retrait effectif de l'index ?
La balise unavailable_after fonctionne-t-elle avec Bing et les autres moteurs ?
Que se passe-t-il si on modifie la date d'expiration après que Google l'a crawlée ?
🎥 From the same video 28
Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 07/09/2017
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.