1#
2# robots.txt
3#
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.
8#
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
12#
13# For more information about the robots.txt standard, see:
14# http://www.robotstxt.org/robotstxt.html
15
16User-agent: *
17Crawl-delay: 10
18# CSS, JS, Images
19Allow: /misc/*.css$
20Allow: /misc/*.css?
21Allow: /misc/*.js$
22Allow: /misc/*.js?
23Allow: /misc/*.gif
24Allow: /misc/*.jpg
25Allow: /misc/*.jpeg
26Allow: /misc/*.png
27Allow: /modules/*.css$
28Allow: /modules/*.css?
29Allow: /modules/*.js$
30Allow: /modules/*.js?
31Allow: /modules/*.gif
32Allow: /modules/*.jpg
33Allow: /modules/*.jpeg
34Allow: /modules/*.png
35Allow: /profiles/*.css$
36Allow: /profiles/*.css?
37Allow: /profiles/*.js$
38Allow: /profiles/*.js?
39Allow: /profiles/*.gif
40Allow: /profiles/*.jpg
41Allow: /profiles/*.jpeg
42Allow: /profiles/*.png
43Allow: /themes/*.css$
44Allow: /themes/*.css?
45Allow: /themes/*.js$
46Allow: /themes/*.js?
47Allow: /themes/*.gif
48Allow: /themes/*.jpg
49Allow: /themes/*.jpeg
50Allow: /themes/*.png
51# Directories
52Disallow: /includes/
53Disallow: /misc/
54Disallow: /modules/
55Disallow: /profiles/
56Disallow: /scripts/
57Disallow: /themes/
58Disallow: /node/
59Disallow: /sa/node/
60Disallow: /es/node
61Disallow: /sa/es/node
62#Blog page
63Disallow: /blog/
64Disallow: /sa/blog/
65Disallow: /es/blog
66Disallow: /sa/es/blog
67Disallow: /blog-tags
68Disallow: /es/blog-tags
69Disallow: /sa/blog-tags
70Disallow: /sa/es/blog-tags
71# Files
72Disallow: /CHANGELOG.txt
73Disallow: /cron.php
74Disallow: /INSTALL.mysql.txt
75Disallow: /INSTALL.pgsql.txt
76Disallow: /INSTALL.sqlite.txt
77Disallow: /install.php
78Disallow: /INSTALL.txt
79Disallow: /LICENSE.txt
80Disallow: /MAINTAINERS.txt
81Disallow: /update.php
82Disallow: /UPGRADE.txt
83Disallow: /xmlrpc.php
84# Paths (clean URLs)
85Disallow: /admin/
86Disallow: /comment/reply/
87Disallow: /filter/tips/
88Disallow: /node/add/
89Disallow: /sa/node/add/
90Disallow: /search/
91Disallow: /user/register/
92Disallow: /user/password/
93Disallow: /user/login/
94Disallow: /user/logout/
95# Paths (no clean URLs)
96Disallow: /?q=admin/
97Disallow: /?q=comment/reply/
98Disallow: /?q=filter/tips/
99Disallow: /?q=node/add/
100Disallow: /?q=search/
101Disallow: /?q=user/password/
102Disallow: /?q=user/register/
103Disallow: /?q=user/login/
104Disallow: /?q=user/logout/
105# RSS
106Disallow: /rss.xml
107Disallow: /es/rss.xml
108Disallow: /sa/rss.xml
109Disallow: /sa/es/rss.xml