Forum Moderators: open
put a block in the robots file
Like that?
Disallow: /mytestdirectory
or this
Disallow: /mytestdirectory/*
"advanced" features turned on
BTW Brett, great forums you've got there (too great I spend my whole days here, and stopped working ;)
If you are testing using localhost
I sometimes use localhost (for ASP and PHP sites), but for static site I just open the site like c:/inet/wwwroot/etc...
My belief is that the information sent to Google in either of these cases would not be useable to them. In one case the information would contain
http://localhost/etc...
in the other case, it would contain
file://c:/inet/wwwroot/etc...
Most likely, it works by sending back the document.URL string.