Changed the modules settings page, now it is 'automatic', plus a few bug fixes.
[estigi.git] / robots.txt
blob47c4f488e40d3d15f89379c6567fdf125fc1fccd
1 # $Id: robots.txt,v 1.9.2.1 2008/12/10 20:12:19 goba Exp $
3 # robots.txt
5 # This file is to prevent the crawling and indexing of certain parts
6 # of your site by web crawlers and spiders run by sites like Yahoo!
7 # and Google. By telling these "robots" where not to go on your site,
8 # you save bandwidth and server resources.
10 # This file will be ignored unless it is at the root of your host:
11 # Used:    http://example.com/robots.txt
12 # Ignored: http://example.com/site/robots.txt
14 # For more information about the robots.txt standard, see:
15 # http://www.robotstxt.org/wc/robots.html
17 # For syntax checking, see:
18 # http://www.sxw.org.uk/computing/robots/check.html
20 User-agent: *
21 Crawl-delay: 10
22 # Directories
23 Disallow: /core/
24 Disallow: /files/
25 Disallow: /includes/
26 Disallow: /install/
27 Disallow: /misc/
28 Disallow: /modules/
29 Disallow: /skins/
30 # Files
31 Disallow: /index.php
32 Disallow: /settings.default.php
33 Disallow: /settings.php
35 #Redo this section
36 # Paths (clean URLs)
37 Disallow: /admin/
38 Disallow: /comment/reply/
39 Disallow: /contact/
40 Disallow: /logout/
41 Disallow: /node/add/
42 Disallow: /search/
43 Disallow: /user/register/
44 Disallow: /user/password/
45 Disallow: /user/login/
46 # Paths (no clean URLs)
47 Disallow: /?q=admin/
48 Disallow: /?q=comment/reply/
49 Disallow: /?q=contact/
50 Disallow: /?q=logout/
51 Disallow: /?q=node/add/
52 Disallow: /?q=search/
53 Disallow: /?q=user/password/
54 Disallow: /?q=user/register/
55 Disallow: /?q=user/login/