Asp.netサイトが検索エンジン(サイト全体)でインデックスに登録されない原因を特定するのに最も苦労しています。グーグルの「FetchAsGooglebot」ツールを使用すると、以下のエラーがスローされます。私のサイトがセッションを無効にして動作することを確認しました(つまり、web.configでsessionMode = "Off"を設定します)、ウェブ全体をグーグルで検索しましたが、それでも運がありません。
これが私がgooglebotから得ているエラーです:
HTTP/1.1 302 Found
Date: Thu, 02 Dec 2010 23:05:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: /ErrorPage.aspx?aspxerrorpath=/Default.aspx
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 168
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="%2fErrorPage.aspx%3faspxerrorpath%3d%2fDefault.aspx">here</a>.</h2>
</body></html>