Maison >développement back-end >tutoriel php >robots.txt 写法
User-agent: *
Allow:/html/
allow:/index.php$
allow:/index.html$
Disallow:/
以上只收录html和首页,这样写对吗
键后面加:号, 后面必有一个空格,和值相区分开。
加上空格
User-agent: *
Allow: /html/
allow: /index.php$
allow: /index.html$
Disallow: /