PDA

View Full Version : Googlebot 302 Redirect


lluppes
10-14-2008, 02:25 AM
I've got an ASP.NET 2.0 site that I recently ported from an html based site. I uploaded a sitemap.xml file and posted it to Google, but for some reason Google keeps saying my pages are getting 302 redirects. Every browser I've tried gets a 200 status code. I've tried emulating the Googlebot UserAgent name ('Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)') and I get a 200 status code for that also.

I've tried the solution found at http://www.kowitz.net/archive/2006/12/11/asp.net-2.0-mozilla-browser-detection-hole.aspx and that didn't work. I'm trying some variations on that theme but haven't gotten a response yet.

Has anyone run up against this and come up with a solution that will fix this?

Thanks!

bruce
10-14-2008, 02:35 AM
are you using ASP.NET Form authentication?


What is the page you are referring to?


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

lluppes
10-16-2008, 08:08 AM
The page would be http://www.kcwirefree.com/default.aspx.
I am using forms authentication, but this page (and all but the admin pages on the site) should be public.