Domain-Name-System
Google bot 無法讀取我的網站
我不時收到來自 Google bot 的消息,它無法訪問我的網站。
在過去 24 小時內,Googlebot 在嘗試檢索您網站的 DNS 資訊時遇到了 1 個錯誤。您站點的 DNS 查詢的總體錯誤率為 50.0%。
我嘗試了“Fetch as Google”選項,我得到了一個橙色驚嘆號:
http://visualbioinformatics.com/
送出到索引的 URL 和連結頁面
此 URL 重定向到: http: //www.visualbioinformatics.com
Downloaded HTTP response: HTTP/1.1 301 Moved Permanently Date: Mon, 02 Nov 2015 08:34:58 GMT Server: Apache Location: http://www.VisualBioinformatics.com/ Content-Length: 318 Keep-Alive: timeout=10, max=500 Connection: Keep-Alive Content-Type: text/html; charset=iso-8859-1 X-Pad: avoid browser bug <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="http://www.VisualBioinformatics.com/">here</a>.</p> <hr> <address>Apache Server at visualbioinformatics.com Port 80</address> </body></html>
這是什麼原因?
錯誤消息說:
在過去 24 小時內,Googlebot 在嘗試檢索您網站的 DNS 資訊時遇到了 1 個錯誤。您站點的 DNS 查詢的總體錯誤率為 50.0%。
這意味著問題可能在於您的 DNS 託管。我通過 DNSCheck 執行它並得到了這個結果。相關部分是
名稱伺服器 ns2.bluehost.com (69.89.16.4) 不回答通過 TCP 的查詢。
您有兩個權威伺服器,ns1.bluehost.com 和 ns2.bluehost.com。第二個不響應 TCP 上的問題。DNS 請求在所有權威伺服器上循環傳播是正常的,如果其中一個不能正常工作,那麼每個第二個請求都會失敗 - 正如錯誤消息所述。
您應該聯繫您的 DNS 主機,並為他們提供DNSCheck 測試的連結。