Page 1 of 1
how to make a web page invisible to search engine
Posted: Thu Oct 14, 2004 2:17 pm
by Kingo
How do i make a web page invisible to a search engine.??
Any help is really appreciated.
Posted: Thu Oct 14, 2004 2:23 pm
by Draco_03
search in google about
-metatag
and
-referencing a site.
Posted: Thu Oct 14, 2004 2:26 pm
by JAM
I think you should read up on the usage of the robots.txt file. Google for robots.txt and see where this leads you. Also apache contains rewrite rules to help ignore spiders as alot of those ignore the robots.txt file.
http://www.robotcop.org/config_ap.html
http://evolt.org/article/Using_Apache_t ... /18/15126/
http://www.inch.com/commercial/web/serv ... obots.html
Posted: Fri Oct 15, 2004 3:03 am
by twigletmac
Don't link to it anywhere.
Mac
Posted: Wed Oct 20, 2004 5:18 am
by AngusL
<META NAME="robots" CONTENT="NOINDEX,NOFOLLOW">
If you don't want the page indexed, and don't want them to follow any of the links or
<META NAME="robots" CONTENT="NOINDEX,FOLLOW">
If you don't want the page indexed but do want the links followed.
Posted: Wed Oct 20, 2004 6:52 am
by Denzo
Search for robots.txt and how to code it.