-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stop facet crawling and add sitemaps (#574)
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file | ||
# | ||
# To ban all spiders from the entire site uncomment the next two lines: | ||
# User-agent: * | ||
# Disallow: / | ||
# Stop crawlers running searches (via facet links) | ||
User-agent: * | ||
Disallow: /catalog | ||
# but do give them some lovely resource-sync sitemaps | ||
Sitemap: https://bl.iro.bl.uk/resourcelist | ||
Sitemap: https://mola.iro.bl.uk/resourcelist | ||
Sitemap: https://nls.iro.bl.uk/resourcelist | ||
Sitemap: https://nms.iro.bl.uk/resourcelist | ||
Sitemap: https://nt.iro.bl.uk/resourcelist | ||
Sitemap: https://kew.iro.bl.uk/resourcelist | ||
Sitemap: https://sciencemuseumgroup.iro.bl.uk/resourcelist | ||
Sitemap: https://britishmuseum.iro.bl.uk/resourcelist |