How To Remove An Expired Page From Google
12
Dec
// php the_time('Y') ?>
Let’s say there is content which must not appear on Google after a certain date. Like an event page, a concert with specific dates etc.
Google, for sure, has a solution for this: unavailable_after.
Google has created a meta-tag named unavailable_after which is just for this specific need.
Here is an example code on how to use it (don’t forget to add this code between the meta-tags of that specific page):
<META NAME="GOOGLEBOT" CONTENT="unavailable_after: 01-Jan-2008 12:00:00 EST">
That’s all.
- Tags:
- Filed under: Extras, Info, Other License
- 6 Comments















6 Responses for "How To Remove An Expired Page From Google"
More meta tags from google:
http://googlewebmastercentral.blogspot.com/2007/12/answering-more-popular-picks-meta-tags.html
[...] y quieres que Google también elimine ese contenido de su buscador, la solución la encontré en Web Resources Depot y se trata de la meta-tag [...]
[...] How To Remove An Expired Page From Google Add this code between the meta-tags of that specific page: < META NAME=”GOOGLEBOT” CONTENT=”unavailable_after: 01-Jan-2008 12:00:00 EST” > That’s all. (tags: Googlebot Content) [...]
[...] y quieres que Google también elimine ese contenido de su buscador, la solución la encontré en Web Resources Depot y se trata de la meta-tag [...]
I woul like to erase from Web the follow page,
http://www.clavedigital.com.do/Portada/Articulo.asp?Id_Articulo8279
But another solution is still needed. What if someone links to the content? You want to keep the link juice for SEO reasons. But you want to dump the old content. What to do?