我不时收到来自Google bot的消息,表示无法访问我的网站。
在过去24小时内,Googlebot在尝试为您的网站检索DNS信息时遇到1个错误。 您网站的DNS查询的整体错误率为50.0%。
我尝试了“Google抓取”选项,我收到一个橙色的惊叹号:
http://visualbioinformatics.com/
提交到索引的URL和链接页面
该urlredirect到: 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托pipe。 我通过DNSCheck运行,得到了这个结果 。 相关部分是
名称服务器ns2.bluehost.com(69.89.16.4)不能通过TCP应答查询。
你有两个权威的服务器,ns1.bluehost.com和ns2.bluehost.com。 第二个不回答TCP的问题。 DNS请求在所有授权服务器上循环传播是正常的,如果其中一个不能正常工作,那么每个第二个请求都会失败 – 就像错误信息所述。
你应该联系你的DNS主机,并给他们链接到DNSChecktesting 。