Click to See Complete Forum and Search --> : How2 make pages invisible to search browsers?
Daria
09-14-2005, 03:51 PM
re: subj?
For example, I have the page that is live on the server, but it's a WIP, and I don't want someone to hit it via search engine, but I still want that page to be available for a direct url call.
jmaresca2005
09-21-2005, 10:49 AM
<META NAME="robots" CONTENT="index,nofollow">
Daria
09-21-2005, 11:04 AM
Tthhaannkkss!
jmaresca2005
09-21-2005, 11:45 AM
<META NAME="robots" CONTENT="index,nofollow">
remember to change this tag once your WIP is complete. All you would have to do is this >> <META NAME="robots" CONTENT="index,follow">
Daria
09-21-2005, 11:49 AM
:D will do
jmaresca2005
09-21-2005, 11:53 AM
oops. I have to make a correction. google doesnt adhere to the robots meta tag so in order to block google from indexing your page you need to add this >> <a href="your-domain-name.com" rel="nofollow" >
the meta tag I listed before will work with the other search engines
Daria
09-21-2005, 12:02 PM
Good point. Thanks :)
felgall
09-21-2005, 05:26 PM
All the spambots will ignore the robots tag and will search the page for whatever they are looking for regardless.