Thursday, May 28, 2009

Prevent to show the old content of website in google search.

Sometime we dont want the old contents of our website comes up in google search.
If old contents of your website still comes up in google search. you can put this a meta tag in <head> section of the page.

To prevent all search engines from showing a "Cached" link for your site, place this tag in the <HEAD> section of your page:
<meta name="robots" content="noarchive">

To prevent only Google from displaying one, use the following tag:
<meta name="googlebot" content="noarchive">
for more information visit at:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35306
or seacrh for "remove cached page" in google.com

yeah, isn't it pretty simple. Enjoy