Mercurial > defr > drupal > core
comparison robots.txt @ 1:c1f4ac30525a 6.0
Drupal 6.0
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:28:28 +0100 |
parents | |
children | 4347c45bb494 |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 # $Id: robots.txt,v 1.9 2007/06/27 22:37:44 goba Exp $ | |
2 # | |
3 # robots.txt | |
4 # | |
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. | |
9 # | |
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 | |
13 # | |
14 # For more information about the robots.txt standard, see: | |
15 # http://www.robotstxt.org/wc/robots.html | |
16 # | |
17 # For syntax checking, see: | |
18 # http://www.sxw.org.uk/computing/robots/check.html | |
19 | |
20 User-agent: * | |
21 Crawl-delay: 10 | |
22 # Directories | |
23 Disallow: /database/ | |
24 Disallow: /includes/ | |
25 Disallow: /misc/ | |
26 Disallow: /modules/ | |
27 Disallow: /sites/ | |
28 Disallow: /themes/ | |
29 Disallow: /scripts/ | |
30 Disallow: /updates/ | |
31 Disallow: /profiles/ | |
32 # Files | |
33 Disallow: /xmlrpc.php | |
34 Disallow: /cron.php | |
35 Disallow: /update.php | |
36 Disallow: /install.php | |
37 Disallow: /INSTALL.txt | |
38 Disallow: /INSTALL.mysql.txt | |
39 Disallow: /INSTALL.pgsql.txt | |
40 Disallow: /CHANGELOG.txt | |
41 Disallow: /MAINTAINERS.txt | |
42 Disallow: /LICENSE.txt | |
43 Disallow: /UPGRADE.txt | |
44 # Paths (clean URLs) | |
45 Disallow: /admin/ | |
46 Disallow: /comment/reply/ | |
47 Disallow: /contact/ | |
48 Disallow: /logout/ | |
49 Disallow: /node/add/ | |
50 Disallow: /search/ | |
51 Disallow: /user/register/ | |
52 Disallow: /user/password/ | |
53 Disallow: /user/login/ | |
54 # Paths (no clean URLs) | |
55 Disallow: /?q=admin/ | |
56 Disallow: /?q=comment/reply/ | |
57 Disallow: /?q=contact/ | |
58 Disallow: /?q=logout/ | |
59 Disallow: /?q=node/add/ | |
60 Disallow: /?q=search/ | |
61 Disallow: /?q=user/password/ | |
62 Disallow: /?q=user/register/ | |
63 Disallow: /?q=user/login/ |