首页 >后端开发 >php教程 >robots.txt 写法

robots.txt 写法

WBOY
WBOY原创
2016-06-23 13:30:181540浏览

User-agent: *
Allow:/html/
allow:/index.php$
allow:/index.html$
Disallow:/

以上只收录html和首页,这样写对吗


回复讨论(解决方案)

键后面加:号, 后面必有一个空格,和值相区分开。
加上空格
User-agent: *
Allow: /html/
allow: /index.php$
allow: /index.html$
Disallow: /

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn