Page is a not externally linkable
Pfui - 11:49 pm on Feb 15, 2009 (gmt 0)
Technically, there's nothing in robots.txt that prevents any bot from doing whatever the heck its runners program it to do. But a blanket "Disallow: /" means Do Not Crawl Here. Go Away. Now. And that Disallow includes the root page because it's in the /rootdir. Even if the root page retrieval is basically simultaneous with that of robots.txt (as is often the case), there still should be no caching or referencing of the root page's data. Yeah. And if wishes were horses... :)
I'm not sure I understand your point, sorry.