# $Id: robots.txt,v 1.9.2.1 2008/12/10 20:12:19 goba Exp $ # # 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/wc/robots.html # User-agent: * # Allowing css, js and images Allow: /includes/*.js Allow: /misc/*.js Allow: /modules/*.js Allow: /profiles/*.js Allow: /scripts/*.js Allow: /sites/*.js Allow: /themes/*.js Allow: /includes/*.js Allow: /misc/*.css Allow: /modules/*.css Allow: /profiles/*.css Allow: /scripts/*.css Allow: /sites/*.css Allow: /themes/*.css Allow: /includes/*.png Allow: /misc/*.png Allow: /modules/*.png Allow: /profiles/*.png Allow: /scripts/*.png Allow: /sites/*.png Allow: /themes/*.png Allow: /includes/*.jpg Allow: /misc/*.jpg Allow: /modules/*.jpg Allow: /profiles/*.jpg Allow: /scripts/*.jpg Allow: /sites/*.jpg Allow: /themes/*.jpg Allow: /includes/*.jpeg Allow: /misc/*.jpeg Allow: /modules/*.jpeg Allow: /profiles/*.jpeg Allow: /scripts/*.jpeg Allow: /sites/*.jpeg Allow: /themes/*.jpeg # Directories Disallow: /includes/ Disallow: /misc/ Disallow: /modules/ Disallow: /profiles/ Disallow: /scripts/ Disallow: /sites/ Disallow: /themes/ # Files Disallow: /CHANGELOG.txt Disallow: /INSTALL.mysql.txt Disallow: /INSTALL.pgsql.txt Disallow: /install.php Disallow: /INSTALL.txt Disallow: /LICENSE.txt Disallow: /MAINTAINERS.txt Disallow: /update.php Disallow: /UPGRADE.txt # Paths (clean URLs) Disallow: /admin Disallow: /comment/reply Disallow: /contact Disallow: /logout Disallow: /node/add Disallow: /search Disallow: /sets Disallow: /viewplaintext/* Disallow: /viewsolution/* Disallow: /recent/user Disallow: /rankings/* Disallow: /campus_chapter/* Disallow: /verify Disallow: /payments Disallow: /jobqueue Disallow: /moss/* Disallow: /lsh/* Disallow: /status/* Disallow: /problems/* Disallow: /tags/problems/* # Paths (no clean URLs) Disallow: /?q=admin Disallow: /?q=comment/reply Disallow: /?q=contact Disallow: /?q=logout Disallow: /?q=node/add Disallow: /?q=search Disallow: /?q=sets Disallow: /?q=todos Disallow: /?q=viewplaintext/* # Disallow every contest pages, their respective problem pages and status pages Disallow: /A Disallow: /B Disallow: /C Disallow: /D Disallow: /E Disallow: /F Disallow: /G Disallow: /H Disallow: /I Disallow: /J Disallow: /K Disallow: /L Disallow: /M Disallow: /N Disallow: /O Disallow: /P Disallow: /Q Disallow: /R Disallow: /S Disallow: /T Disallow: /U Disallow: /V Disallow: /W Disallow: /X Disallow: /Y Disallow: /Z # Add Sitemap Sitemap: https://www.codechef.com/sitemap.xml