forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add robots.txt to prevent crawling of specific site paths
- Loading branch information
Showing
2 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# 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: * | ||
|
||
# Paths (clean URLs) | ||
Disallow: / | ||
Disallow: /catalogo/ | ||
Disallow: /catalog/ | ||
Disallow: /csw/ |