charlesincharge
02-25-2005, 11:56 AM
Greetings. I'm new here and hoping someone can help me with a quick question.
I have a retail site that ended up at it's current domain name after we were sorting through several possible domain names. All of the other names we bought are pointed at the same server. So, just to be clean about it I inspect SERVER_NAME and do a response.redirect to the final domain name if anyone arrives at anything other than 'domainname.com' (including 'alternatename1.com' or 'alternatename2.com' or even 'www.domainname.com' (stripping off the www.)
I've noticed that since googlebot started hitting my site it stops at the first page. Is it possble that it's hitting another URL and never proceeding past my client-side redirect? What's the best way to handle a situation like this where I'd like everyone to be redirected to the same starting URL as they hit the home page?
Should I write a useragent exclusion into the redirect code for googlebot and other spiders? Should I just take that code out altogether and rely on relative links?
What is the impact of server.redirect vs. response.redirect (for the asp guys out there) on spiders? Am I going to accidentally going to get myself banned?
Many thanks,
Charles
I have a retail site that ended up at it's current domain name after we were sorting through several possible domain names. All of the other names we bought are pointed at the same server. So, just to be clean about it I inspect SERVER_NAME and do a response.redirect to the final domain name if anyone arrives at anything other than 'domainname.com' (including 'alternatename1.com' or 'alternatename2.com' or even 'www.domainname.com' (stripping off the www.)
I've noticed that since googlebot started hitting my site it stops at the first page. Is it possble that it's hitting another URL and never proceeding past my client-side redirect? What's the best way to handle a situation like this where I'd like everyone to be redirected to the same starting URL as they hit the home page?
Should I write a useragent exclusion into the redirect code for googlebot and other spiders? Should I just take that code out altogether and rely on relative links?
What is the impact of server.redirect vs. response.redirect (for the asp guys out there) on spiders? Am I going to accidentally going to get myself banned?
Many thanks,
Charles