source: sipes/cord/robots.txt @ 60aa084

stableversion-3.0
Last change on this file since 60aa084 was 6627152, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo el cord

  • Propiedad mode establecida a 100755
File size: 1.5 KB
Línea 
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# For syntax checking, see:
17# http://www.frobee.com/robots-txt-check
18
19User-agent: *
20Crawl-delay: 10
21# Directories
22Disallow: /includes/
23Disallow: /misc/
24Disallow: /modules/
25Disallow: /profiles/
26Disallow: /scripts/
27Disallow: /themes/
28# Files
29Disallow: /CHANGELOG.txt
30Disallow: /cron.php
31Disallow: /INSTALL.mysql.txt
32Disallow: /INSTALL.pgsql.txt
33Disallow: /install.php
34Disallow: /INSTALL.txt
35Disallow: /LICENSE.txt
36Disallow: /MAINTAINERS.txt
37Disallow: /update.php
38Disallow: /UPGRADE.txt
39Disallow: /xmlrpc.php
40# Paths (clean URLs)
41Disallow: /admin/
42Disallow: /comment/reply/
43Disallow: /filter/tips/
44Disallow: /logout/
45Disallow: /node/add/
46Disallow: /search/
47Disallow: /user/register/
48Disallow: /user/password/
49Disallow: /user/login/
50# Paths (no clean URLs)
51Disallow: /?q=admin/
52Disallow: /?q=comment/reply/
53Disallow: /?q=filter/tips/
54Disallow: /?q=logout/
55Disallow: /?q=node/add/
56Disallow: /?q=search/
57Disallow: /?q=user/password/
58Disallow: /?q=user/register/
59Disallow: /?q=user/login/
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.