文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>如何写robots.txt 文件?

如何写robots.txt 文件?

时间:2007-02-17  来源:PHP爱好者

robots.txt文件是放在网站的根目录下,作用是告诉搜索引擎网站的哪些文件,哪些目录可以被索引,哪些不要索引。因此,这个文件是相当的重要,正确书写好robots.txt文件,可以保证你的网页被搜索引擎正确地索引、收录。 书写robots.txt文件时,要使用纯文本的编辑器,使文件是纯文本的格式。robots.txt文件的结构还是比较简单的。它是由一行一行的纪录组成,每行由两个部份组成:
<Field> : <value> <Field> 有两种,一个是User-agent,一个是Disallow User-agent代表搜索引擎的名字,比如:
User-agent:googlebot
User-agent:Baiduspider
也可以用通配符*来代表任何的搜索引擎,即User-agent:* Disallow代表要限制的文件或目录,比如:
Disallow:error.html
Disallow:/cgi-bin/
Disallow支持通配符,Disallow:/eagle 代表/eagle.html或/eagle/index.html都将被屏蔽。 一些例子如下: 允许所有的搜索引擎索引所有的文件 User-agent: *
Disallow: 不允许任何的搜索引擎索引任何文件 User-agent: *
Disallow: / 允许任何的搜索引擎,但禁止索引/cgi-bin/和/images/目录 User-agent: *
Disallow: /cgi-bin/
Disallow: /images/ 禁止Google索引所有的文件 User-agent: googlebot
Disallow: / 可以直接察看网站的robots.txt文件,看看别人是如何写的。
百度的robots.txt User-agent: Baiduspider
Disallow: /baidu User-agent: *
Disallow: /shifen/dqzd.html Google的robots.txt可就长的多了。
php爱好者站 http://www.phpfans.net c/vc/c++/java.
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载