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

The unavailable_after tag can be used for expired content. Google removes this content from the index on the specified date.
34:54
🎥 Source video

Extracted from a Google Search Central video

⏱ 57:05 💬 EN 📅 07/09/2017 ✂ 29 statements
Watch on YouTube (34:54) →
Other statements from this video 28
  1. 1:05 Do image redirections to HTML pages pass on PageRank?
  2. 1:05 Why does redirecting your images to third-party pages destroy their SEO value?
  3. 2:12 Should you really be concerned about TLDs for an international website?
  4. 2:37 Can .eu domains really target multiple countries without SEO penalties?
  5. 4:15 Should you really automate language redirections for your multilingual website?
  6. 6:35 Why does Googlebot ignore your cookies and how does it affect your multilingual strategy?
  7. 7:38 Do you really need to host your domain in the target country to rank locally?
  8. 9:00 Should you avoid multiple H1 tags when your logo is text-based?
  9. 9:01 Should you really limit the number of H1 tags on a page for SEO?
  10. 11:28 Do GSC impressions truly reflect what your users see?
  11. 12:00 What is a real impression in Search Console, and how does the viewport change everything?
  12. 14:03 Does lazy loading of images really block Googlebot?
  13. 14:08 Can lazy loading of images hinder their indexing by Google?
  14. 17:21 Should you really avoid modifying the content of a recent page?
  15. 19:30 Can bad backlinks really sink your Google ranking?
  16. 19:47 Does changing your internal link anchors really trigger a Google recrawl?
  17. 21:34 Can Google really ignore your unnatural backlinks without penalizing you?
  18. 24:05 Why do partial site migrations lead to longer SEO fluctuations compared to complete migrations?
  19. 27:00 Does site structure really enhance its indexing?
  20. 30:41 Why should you choose a 301 over a 307 when migrating to HTTPS?
  21. 33:35 Why does the 'site:' command take up to two months to reflect your actual changes?
  22. 35:56 Is Googlebot over-crawling your CSS and JS resources?
  23. 39:19 Does the 'Unavailable After' tag really allow you to schedule a page's removal from Google's index?
  24. 50:12 Is it really necessary to reindex the entire site after a URL change?
  25. 50:34 Should you really avoid changing the structure of your URLs?
  26. 53:00 Should you retranslate your backlink anchors when changing your site's main language?
  27. 53:00 Is changing your website's primary language a risk for losing backlinks?
  28. 54:12 Is the new Search Console really going to change your SEO diagnosis?
📅
Official statement from (8 years ago)
TL;DR

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.

Warning: The unavailable_after tag is irreversible on Google's side. Once the page is de-indexed on the specified date, removing it from your code does not automatically re-index the content. You will need to explicitly submit the URL via Search Console.

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
The unavailable_after tag offers precise control over the lifespan of temporary content, but requires rigorous syntax and careful planning. For sites managing thousands of ephemeral contents, automating this implementation via the CMS prevents omissions. If the technical management of these directives seems complex or time-consuming, enlisting a specialized SEO agency can ensure compliant and optimized implementation, particularly to coordinate unavailable_after with your crawl budget strategy and link juice preservation.

❓ Frequently Asked Questions

La balise unavailable_after supprime-t-elle définitivement une page de l'index Google ?
Oui, après la date spécifiée, Google retire la page de son index lors du prochain crawl. Pour la réindexer, vous devrez retirer la balise ET soumettre l'URL via Search Console.
Peut-on utiliser unavailable_after sur des pages avec des redirections 301 ?
Non, c'est contradictoire. Une redirection 301 indique un déplacement permanent, tandis que unavailable_after signale une expiration. Google suivra la redirection et ignorera la balise d'expiration.
Quel délai prévoir entre la date d'expiration et le retrait effectif de l'index ?
Comptez 3 à 10 jours après la date spécifiée, selon la fréquence de crawl de votre site. Les sites à faible autorité ou crawl budget limité connaissent des délais plus longs.
La balise unavailable_after fonctionne-t-elle avec Bing et les autres moteurs ?
Bing supporte également cette directive avec la même syntaxe RFC 850. En revanche, certains moteurs secondaires l'ignorent totalement. Vérifiez la documentation de chaque moteur si vous visez une couverture large.
Que se passe-t-il si on modifie la date d'expiration après que Google l'a crawlée ?
Google prendra en compte la nouvelle date lors du prochain crawl. Si vous repoussez l'expiration avant qu'elle ne soit effective, la page reste indexée jusqu'à la nouvelle échéance.
🏷 Related Topics
Content Crawl & Indexing AI & SEO

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

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.