# # 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: /site/core/*.css$ Allow: /site/core/*.css? Allow: /site/core/*.js$ Allow: /site/core/*.js? Allow: /site/core/*.gif Allow: /site/core/*.jpg Allow: /site/core/*.jpeg Allow: /site/core/*.png Allow: /site/core/*.svg Allow: /site/profiles/*.css$ Allow: /site/profiles/*.css? Allow: /site/profiles/*.js$ Allow: /site/profiles/*.js? Allow: /site/profiles/*.gif Allow: /site/profiles/*.jpg Allow: /site/profiles/*.jpeg Allow: /site/profiles/*.png Allow: /site/profiles/*.svg # Directories Disallow: /site/core/ Disallow: /site/profiles/ # Files Disallow: /site/README.txt Disallow: /site/web.config # Paths (clean URLs) Disallow: /site/admin/ Disallow: /site/comment/reply/ Disallow: /site/filter/tips Disallow: /site/node/add/ Disallow: /site/search/ Disallow: /site/user/register Disallow: /site/user/password Disallow: /site/user/login Disallow: /site/user/logout Disallow: /site/user/track Disallow: /site/home/* # Paths (no clean URLs) Disallow: /site/index.php/admin/ Disallow: /site/index.php/comment/reply/ Disallow: /site/index.php/filter/tips Disallow: /site/index.php/node/add/ Disallow: /site/index.php/search/ Disallow: /site/index.php/user/password Disallow: /site/index.php/user/register Disallow: /site/index.php/user/login Disallow: /site/index.php/user/logout # root paths Disallow: /terms Disallow: /privacy