Quote:
Originally Posted by jetjet
I mention in my post the reason why robots.txt might not be the way to go in this situation... re-read the original post
|
Google is not gonna penalize you for that. Can always put a meta tag into the login page itself if you are worried... no cache might not be a bad idea as well:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META NAME="ROBOTS" CONTENT="NONE">
The following seems to be a bastardized hack:
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
And there is also:
<META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">