Projet

Général

Profil

Paste
Télécharger (1,44 ko) Statistiques
| Branche: | Révision:

root / drupal7 / robots.txt @ 76df55b7

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

    
16
User-agent: *
17
Crawl-delay: 10
18
# Directories
19
Disallow: /includes/
20
Disallow: /misc/
21
Disallow: /modules/
22
Disallow: /profiles/
23
Disallow: /scripts/
24
Disallow: /themes/
25
# Files
26
Disallow: /CHANGELOG.txt
27
Disallow: /cron.php
28
Disallow: /INSTALL.mysql.txt
29
Disallow: /INSTALL.pgsql.txt
30
Disallow: /INSTALL.sqlite.txt
31
Disallow: /install.php
32
Disallow: /INSTALL.txt
33
Disallow: /LICENSE.txt
34
Disallow: /MAINTAINERS.txt
35
Disallow: /update.php
36
Disallow: /UPGRADE.txt
37
Disallow: /xmlrpc.php
38
# Paths (clean URLs)
39
Disallow: /admin/
40
Disallow: /comment/reply/
41
Disallow: /filter/tips/
42
Disallow: /node/add/
43
Disallow: /search/
44
Disallow: /user/register/
45
Disallow: /user/password/
46
Disallow: /user/login/
47
Disallow: /user/logout/
48
# Paths (no clean URLs)
49
Disallow: /?q=admin/
50
Disallow: /?q=comment/reply/
51
Disallow: /?q=filter/tips/
52
Disallow: /?q=node/add/
53
Disallow: /?q=search/
54
Disallow: /?q=user/password/
55
Disallow: /?q=user/register/
56
Disallow: /?q=user/login/
57
Disallow: /?q=user/logout/