View Single Post
Old 10-15-2007, 12:14 AM  
minusonebit
So Fucking Banned
 
Join Date: Feb 2006
Posts: 7,391
Quote:
Originally Posted by jetjet View Post
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">
minusonebit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote