Adding the robots.txt file see CT#837

skala
Julio Montoya 16 years ago
parent 69fbdad278
commit 1a0433040f
  1. 30
      robots.txt

@ -0,0 +1,30 @@
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/wc/robots.html
#
# For syntax checking, see:
# http://www.sxw.org.uk/computing/robots/check.html
User-Agent: *
# Directories
Disallow: /archive/
Disallow: /courses/
Disallow: /documentation/
Disallow: /home/
Disallow: /main/
Disallow: /plugin/
Disallow: /tests/
# Files
Disallow: /license.txt
Disallow: /README.txt
Disallow: /README.txt
Loading…
Cancel
Save