1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
#
# Agent-specific settings for indexing the site.
#
User-agent: GoogleBot
# Google ignores Crawl-delay
# Crawl-delay: 5
# URL prefixes
Disallow: /admin/
Disallow: /cart/
# Prevent scraping of a particular PDF
# /content/routledg/gwst/2003/00000032/00000004/art00003
# (disallow needs to be at directory level, ie issue level)
Disallow: /content/routledg/gwst/2003/00000032/00000004/
Disallow: /marked-list/
Disallow: /profile/
Disallow: /register/
Disallow: /search/
Disallow: /search;
Disallow: /search?
Disallow: /searching/Mark
Disallow: /searching/UnMark
Disallow: /session/
Disallow: /content/docdel/
Disallow: /validate/
#
# Generic settings for indexing the site.
#
User-agent: *
Crawl-delay: 5
# URL prefixes
Disallow: /admin/
Disallow: /cart/
# Prevent scraping of a particular PDF
# /content/routledg/gwst/2003/00000032/00000004/art00003
# (disallow needs to be at directory level, ie issue level)
Disallow: /content/routledg/gwst/2003/00000032/00000004/
Disallow: /marked-list/
Disallow: /profile/
Disallow: /register/
Disallow: /search/
Disallow: /search;
Disallow: /search?
Disallow: /searching/Mark
Disallow: /searching/UnMark
Disallow: /session/
Disallow: /content/docdel/
Disallow: /validate/
|