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: Lucidworks-Anda/2.0
17#Crawl-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/
58# Files
59Disallow: /CHANGELOG.txt
60Disallow: /cron.php
61Disallow: /INSTALL.mysql.txt
62Disallow: /INSTALL.pgsql.txt
63Disallow: /INSTALL.sqlite.txt
64Disallow: /install.php
65Disallow: /INSTALL.txt
66Disallow: /LICENSE.txt
67Disallow: /MAINTAINERS.txt
68Disallow: /update.php
69Disallow: /UPGRADE.txt
70Disallow: /xmlrpc.php
71# Paths (clean URLs)
72Disallow: /admin/
73Disallow: /comment/reply/
74Disallow: /filter/tips/
75Disallow: /node/add/
76Disallow: /search/
77Disallow: /user/register/
78Disallow: /user/password/
79Disallow: /user/login/
80Disallow: /user/logout/
81# Paths (no clean URLs)
82Disallow: /?q=admin/
83Disallow: /?q=comment/reply/
84Disallow: /?q=filter/tips/
85Disallow: /?q=node/add/
86Disallow: /?q=search/
87Disallow: /?q=user/password/
88Disallow: /?q=user/register/
89Disallow: /?q=user/login/
90Disallow: /?q=user/logout/
91
92
93User-agent: *
94Crawl-delay: 10
95# CSS, JS, Images
96Allow: /misc/*.css$
97Allow: /misc/*.css?
98Allow: /misc/*.js$
99Allow: /misc/*.js?
100Allow: /misc/*.gif
101Allow: /misc/*.jpg
102Allow: /misc/*.jpeg
103Allow: /misc/*.png
104Allow: /modules/*.css$
105Allow: /modules/*.css?
106Allow: /modules/*.js$
107Allow: /modules/*.js?
108Allow: /modules/*.gif
109Allow: /modules/*.jpg
110Allow: /modules/*.jpeg
111Allow: /modules/*.png
112Allow: /profiles/*.css$
113Allow: /profiles/*.css?
114Allow: /profiles/*.js$
115Allow: /profiles/*.js?
116Allow: /profiles/*.gif
117Allow: /profiles/*.jpg
118Allow: /profiles/*.jpeg
119Allow: /profiles/*.png
120Allow: /themes/*.css$
121Allow: /themes/*.css?
122Allow: /themes/*.js$
123Allow: /themes/*.js?
124Allow: /themes/*.gif
125Allow: /themes/*.jpg
126Allow: /themes/*.jpeg
127Allow: /themes/*.png
128# Directories
129Disallow: /includes/
130Disallow: /misc/
131Disallow: /modules/
132Disallow: /profiles/
133Disallow: /scripts/
134Disallow: /themes/
135# Files
136Disallow: /CHANGELOG.txt
137Disallow: /cron.php
138Disallow: /INSTALL.mysql.txt
139Disallow: /INSTALL.pgsql.txt
140Disallow: /INSTALL.sqlite.txt
141Disallow: /install.php
142Disallow: /INSTALL.txt
143Disallow: /LICENSE.txt
144Disallow: /MAINTAINERS.txt
145Disallow: /update.php
146Disallow: /UPGRADE.txt
147Disallow: /xmlrpc.php
148# Paths (clean URLs)
149Disallow: /admin/
150Disallow: /comment/reply/
151Disallow: /filter/tips/
152Disallow: /node/add/
153Disallow: /search/
154Disallow: /user/register/
155Disallow: /user/password/
156Disallow: /user/login/
157Disallow: /user/logout/
158# Paths (no clean URLs)
159Disallow: /?q=admin/
160Disallow: /?q=comment/reply/
161Disallow: /?q=filter/tips/
162Disallow: /?q=node/add/
163Disallow: /?q=search/
164Disallow: /?q=user/password/
165Disallow: /?q=user/register/
166Disallow: /?q=user/login/
167Disallow: /?q=user/logout/
168