how to hide robots.txt

glasshalffull

Registered Member
Joined
May 30, 2008
Messages
77
Reaction score
50
when i add robots.txt to the end of my url i pull up some pages that are disallowed

how do i stop that robots.txt from showing my hidden pages? I remember a thread aobut this in here but can't find it?

thanks
 
you can use htaccess as said above. thats when you want to use a password.

if you just dont want the spiders to crawl you pages you can just use noindex in your meta tags. use the searchengine of you choice to search for "noindex meta tag" ;)

edit: when using meta tags you DO NOT need to edit yout robots.txt
 
basically i just don't want people that know how to use the robots.txt to be able to access any pages I don't want seen, so will htaccess be the easiest?

thanks

you can use htaccess as said above. thats when you want to use a password.

if you just dont want the spiders to crawl you pages you can just use noindex in your meta tags. use the searchengine of you choice to search for "noindex meta tag" ;)

edit: when using meta tags you DO NOT need to edit yout robots.txt
 
the easiest way would be not to upload a robots.txt
you do not need the file at all.
and for the SE's: as long as you to don't link to the sites, they will not crawl it. If you give a link to someone else and that person posts the link in a fourm or something you should delete the page anyway.
 
Back
Top