解决方案——检查网页中有没有robot标签,如果当前上下文中已经不需要了,有的话删掉它。这个robots标签看真来是这样的”Secondly, check if the link“www。com/robots。txt” opens a page with the content below:User-agent:* Disallow:/这个命令说明这个网站的所有URL都不允许Google或者其它的搜索引擎抓取,索引或者排名,因此删掉它是很有必要的。这确保你的网站能被搜索引擎发现,这能提高它的排名。关于robots.txt的分析可以读下MattCutts的这篇文章。