how do we hide our pages from search engines? cache?

blackhat50

Regular Member
Joined
Oct 22, 2008
Messages
336
Reaction score
105
hello how do i make it so the search engines doesn't see our pages and no cahche of the page is saved for our Blackhat Pages?


thanks in advance
 
Use the robots.txt file and make it noindex all the pages you don't want indexed.


http://www.robotstxt.org/
 
Indeed they can, robots sucks, place the following code in the header of every page you don't want indexing:

Code:
<meta name="robots" content="noindex, nofollow, noarchive">
 
view my site, and there is a perfectly readable and understandable example
The spiders cannot see anything in the noindex folders.

Here it is:

natural-products-review.com/robots.txt

the * specifies that the instructions apply to all spiders, including googlebot
 
view my site, and there is a perfectly readable and understandable example
The spiders cannot see anything in the noindex folders.

Here it is:

natural-products-review.com/robots.txt

the * specifies that the instructions apply to all spiders, including googlebot

Spiders can't but humans can, the robots file is a widely known flaw. Even malicious spiders exploit it
 
Back
Top