Getting google to index asp.net site
Does anybody have any suggestions on handling googles insistence that i am redirecting every page? When run my link through Rex Swain's header viewer is I get a 200 response. See below:
HTTP/1.1·200·OK
Cache-Control:·no-cache,·no-store
Pragma:·no-cacheContent-Type:·text/html;·charset=utf-8
Expires:·-1
Server:·Microsoft-IIS/7.0
X-Powered-By:·UrlRewriter.NET·2.0.0
Set-Cookie:·.ASPXANONYMOUS=CRf5_lSwygEkAAAAY2Q0N2ZkZj YtYjMyMC00Y2Q2LWJjMWUtYzQ4ZmQ2NmNkMjViChwv1ybfpXSM czQXnU6onHCLwG41;·expires=Thu,·18-Feb-2010·04:44:03·GMT;·path=/;·HttpOnly
Set-Cookie:·ASP.NET_SessionId=xi2ylumwyclu2155mpep424 5;·path=/;·HttpOnly-AspNet-Version:·2.0.50727
Set-Cookie:·lastsearch=wheredata=Osseo,·MN·55369;· expires=Tue,·10-Dec-2019·18:04:03·GMT;·path=/
X-Powered-By:·ASP.NET
Date:·Thu,·10·Dec·2009·18:04:03·GMT
Connection:·close
Content-Length:·38500
Google's fetch reports this:
HTTP/1.1 302 FoundContent-Type: text/html; charset=utf-8Location: /(A(U7vZ11SwygEkAAAAMTRjZjI4MTAtMjc1YS00M2RhLTkyNjU tNDgzYWU5NjBkM2VmEH0pa4lKoYjKR8_2hJvzsjKqExI1))/showbusiness.aspx?id=6331511Server: Microsoft-IIS/7.0X-Powered-By: UrlRewriter.NET 2.0.0,ASP.NETDate: Thu, 10 Dec 2009 18:02:57 GMTContent-Length: 252<html><head><title>Object moved</title></head><body><h2>Object moved to <a href="%2f(A(U7vZ11SwygEkAAAAMTRjZjI4MTAtMjc1YS00M2 RhLTkyNjUtNDgzYWU5NjBkM2VmEH0pa4lKoYjKR8_2hJvzsjKq ExI1))%2fshowbusiness.aspx%3fid%3d6331511">here</a>.</h2></body></html>
This long string is obviously caused by asp.net or IIS7.
Surely, after all these years someone has a solution.
I am all ears. The pages work as designed as far as our users.
|