4 # This file is to prevent the crawling and indexing of certain parts
5 # of your site by web crawlers and spiders run by sites like Yahoo!
6 # and Google. By telling these "robots" where not to go on your site,
7 # you save bandwidth and server resources.
9 # This file will be ignored unless it is at the root of your host:
10 # Used: http://example.com/robots.txt
11 # Ignored: http://example.com/site/robots.txt
13 # For more information about the robots.txt standard, see:
14 # http://www.robotstxt.org/wc/robots.html
16 # For syntax checking, see:
17 # http://www.sxw.org.uk/computing/robots/check.html
29 Disallow: /CHANGELOG.txt
31 Disallow: /INSTALL.mysql.txt
32 Disallow: /INSTALL.pgsql.txt
33 Disallow: /INSTALL.sqlite.txt
34 Disallow: /install.php
35 Disallow: /INSTALL.txt
36 Disallow: /LICENSE.txt
37 Disallow: /MAINTAINERS.txt
39 Disallow: /UPGRADE.txt
43 Disallow: /comment/reply/
44 Disallow: /filter/tips/
47 Disallow: /user/register/
48 Disallow: /user/password/
49 Disallow: /user/login/
50 Disallow: /user/logout/
51 # Paths (no clean URLs)
53 Disallow: /?q=comment/reply/
54 Disallow: /?q=filter/tips/
55 Disallow: /?q=node/add/
57 Disallow: /?q=user/password/
58 Disallow: /?q=user/register/
59 Disallow: /?q=user/login/
60 Disallow: /?q=user/logout/