Page 1 of 1
How can we prevent Search Engines Caching or indexing ?
Posted: Wed Oct 01, 2008 9:02 pm
by Mds
Hi
How can we prevent Search Engines Caching or indexing on our websites?

Thank you.
Re: How can we prevent Search Engines Caching or indexing ?
Posted: Thu Oct 02, 2008 1:36 pm
by kaszu
Meta tag
Code: Select all
<meta name="robots" content="noindex, nofollow" />
or
robots.txt
Re: How can we prevent Search Engines Caching or indexing ?
Posted: Thu Oct 02, 2008 4:04 pm
by Mds
What about these
Code: Select all
<meta name="GOOGLEBOT" content="NOARCHIVE" />
<meta name="ROBOTS" content="NOARCHIVE" />
Re: How can we prevent Search Engines Caching or indexing ?
Posted: Fri Oct 03, 2008 2:16 pm
by kaszu
I don't see any benefit by blocking only 1 search engine!