From 1a0433040f4e3087fac452d3c0069057c66128fc Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 29 Mar 2010 15:16:07 -0500 Subject: [PATCH] Adding the robots.txt file see CT#837 --- robots.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000000..f2c256ccfd --- /dev/null +++ b/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