robots.txt:我的网站索引超过700页,但根本不排名

时间:2013-09-16 18:20:02

标签: robots.txt

我的robots.txt:

User-agent: *
Disallow: /Templates/
Allow: /

我不希望抓取“模板”文件夹。

以上是否正确?

即使Google网站管理员工具为所有内容提供绿灯,还有什么可能导致我的网站无法排名。

提前谢谢。

1 个答案:

答案 0 :(得分:0)

你的robots.txt很好。你也可以使用下面的一个,它具有相同的含义(因为只有一些解析器支持Allow,并且默认情况下一切都是允许的):

User-agent: *
Disallow: /Templates/

请注意,Disallow: /Templates/会阻止,例如,以下网址:

  • http://example.com/Templates/
  • http://example.com/Templates/foobar
  • http://example.com/Templates/foobar/index.html

但仍允许使用以下网址:

  • http://example.com/Templates
  • http://example.com/Templates.html
  • http://example.com/templates/
  • http://example.com/templates/foobar.html

  

即使Google网站管理员工具为所有内容提供绿灯,还有什么可能导致我的网站无法排名。

这个问题在这里是offtopic。你应该在Webmasters SE尝试一下。但是你需要在那里提供更多细节。