# # 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: * Crawl-delay: 10 # Directories Disallow: /includes/ Disallow: /misc/ Disallow: /modules/ Disallow: /profiles/ Disallow: /scripts/ Disallow: /themes/ # Paths (clean URLs) Disallow: /comment/reply/ Disallow: /filter/tips/ Disallow: /node/add/ Disallow: /search/ # Paths (no clean URLs) Disallow: /?q=comment/reply/ Disallow: /?q=filter/tips/ Disallow: /?q=node/add/ Disallow: /?q=search/ # # additional entries # # resource folders #Disallow: /sites/default/files/js/ #Disallow: /sites/default/files/css/ # Disallow: /en/contact Disallow: /fr/contact Disallow: /en/taxonomy/ Disallow: /fr/taxonomy/ Disallow: /en/resource-code/ Disallow: /fr/resource-code/ # #Disallow GomezAgent User-Agent: GomezAgent Disallow: / # # site maps Sitemap: https://www.cihi.ca/en/sitemap.xml Sitemap: https://www.cihi.ca/fr/sitemap.xml