# # 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. # # This file will be ignored unless it is at the root of your host: # Used: http://example.com/robots.txt # Ignored: http://example.com/site/robots.txt # # For more information about the robots.txt standard, see: # http://www.robotstxt.org/robotstxt.html User-agent: * # CSS, JS, Images Allow: coprocess/ Allow: coprocess/core/*.css$ Allow: coprocess/core/*.css? Allow: coprocess/core/*.js$ Allow: coprocess/core/*.js? Allow: coprocess/core/*.gif Allow: coprocess/core/*.jpg Allow: coprocess/core/*.jpeg Allow: coprocess/core/*.png Allow: coprocess/core/*.svg Allow: coprocess/profiles/*.css$ Allow: coprocess/profiles/*.css? Allow: coprocess/profiles/*.js$ Allow: coprocess/profiles/*.js? Allow: coprocess/profiles/*.gif Allow: coprocess/profiles/*.jpg Allow: coprocess/profiles/*.jpeg Allow: coprocess/profiles/*.png Allow: coprocess/profiles/*.svg # Directories Disallow: coprocess/core/ Disallow: coprocess/profiles/ # Files Disallow: coprocess/README.txt Disallow: coprocess/web.config # Paths (clean URLs) Disallow: coprocess/admin/ Disallow: coprocess/comment/reply/ Disallow: coprocess/filter/tips/ Disallow: coprocess/node/add/ Disallow: coprocess/search/ Disallow: coprocess/user/register/ Disallow: coprocess/user/password/ Disallow: coprocess/user/login/ Disallow: coprocess/user/logout/ # Paths (no clean URLs) Disallow: coprocess/index.php/admin/ Disallow: coprocess/index.php/comment/reply/ Disallow: coprocess/index.php/filter/tips/ Disallow: coprocess/index.php/node/add/ Disallow: coprocess/index.php/search/ Disallow: coprocess/index.php/user/password/ Disallow: coprocess/index.php/user/register/ Disallow: coprocess/index.php/user/login/ Disallow: coprocess/index.php/user/logout/