sportsguy
03-02-2007, 04:48 PM
OK, so as a follow on to another topic I have, this post is much more specific:
We're having issues with the coding of our common login system - it returns a series of 302 redirects as it bounces users between servers to determine if they're logged in or not.
These users include Googlbot - sadly...
So, a potential solution we've identified, to ensure Googlebot isn't subject to these redirects, is to ID Googlebot by it's agent name and allow it to pass the login check part of things.
The end results remains the same in either case:
All users end up at exactly the requested/expected page
My concern is this:
Is it OK to give Gbot this free pass to bypass the login system?
(We are not logging Gbot in - we are helping it skip the process of verifying whether it, as a user, is logged into our network or not already)
I'm sure I've mucked up this info in some manner, so post up thoughts and ideas. I'd rather stop this before we give it to the programmers and invest their time, if it's forbidden to things like this for Gbot.
Based on what I've read about Google preferring sites make things easier for Gbot, I'm hoping this falls into the acceptable range of actions.
We're having issues with the coding of our common login system - it returns a series of 302 redirects as it bounces users between servers to determine if they're logged in or not.
These users include Googlbot - sadly...
So, a potential solution we've identified, to ensure Googlebot isn't subject to these redirects, is to ID Googlebot by it's agent name and allow it to pass the login check part of things.
The end results remains the same in either case:
All users end up at exactly the requested/expected page
My concern is this:
Is it OK to give Gbot this free pass to bypass the login system?
(We are not logging Gbot in - we are helping it skip the process of verifying whether it, as a user, is logged into our network or not already)
I'm sure I've mucked up this info in some manner, so post up thoughts and ideas. I'd rather stop this before we give it to the programmers and invest their time, if it's forbidden to things like this for Gbot.
Based on what I've read about Google preferring sites make things easier for Gbot, I'm hoping this falls into the acceptable range of actions.