diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-25 08:13:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-25 08:13:41 +0000 |
commit | 84ea54a1258930e18937bd04b08588652b40e276 (patch) | |
tree | b72770f754643c0c6b60151afd3ca2b9b603f690 | |
parent | 665ac94ef39d5aa920f506186a6c98856e568107 (diff) | |
download | brdo-84ea54a1258930e18937bd04b08588652b40e276.tar.gz brdo-84ea54a1258930e18937bd04b08588652b40e276.tar.bz2 |
- Patch #299582 by hass: robots.txt maintenance.
-rw-r--r-- | robots.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/robots.txt b/robots.txt index 763d44197..3c9487050 100644 --- a/robots.txt +++ b/robots.txt @@ -20,27 +20,25 @@ User-agent: * Crawl-delay: 10 # Directories -Disallow: /database/ Disallow: /includes/ Disallow: /misc/ Disallow: /modules/ +Disallow: /profiles/ +Disallow: /scripts/ Disallow: /sites/ Disallow: /themes/ -Disallow: /scripts/ -Disallow: /updates/ -Disallow: /profiles/ # Files -Disallow: /xmlrpc.php +Disallow: /CHANGELOG.txt Disallow: /cron.php -Disallow: /update.php -Disallow: /install.php -Disallow: /INSTALL.txt Disallow: /INSTALL.mysql.txt Disallow: /INSTALL.pgsql.txt -Disallow: /CHANGELOG.txt -Disallow: /MAINTAINERS.txt +Disallow: /install.php +Disallow: /INSTALL.txt Disallow: /LICENSE.txt +Disallow: /MAINTAINERS.txt +Disallow: /update.php Disallow: /UPGRADE.txt +Disallow: /xmlrpc.php # Paths (clean URLs) Disallow: /admin/ Disallow: /comment/reply/ |