Skip to content

Commit

Permalink
Remove special casing of Googlebot and Slurp in robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 27, 2013
1 parent 51528b2 commit 39c0df6
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,6 @@
Sitemap: http://www.openstreetmap.org/sitemap.xml.gz

User-agent: *
Disallow: /user/
Disallow: /user_blocks/
Disallow: /traces/tag/
Disallow: /traces/page/
Disallow: /api/
Disallow: /edit
Allow: /browse/node/
Allow: /browse/way/
Allow: /browse/relation/
Disallow: /browse
Disallow: /login
Disallow: /geocoder
Disallow: /history
Disallow: /message
Disallow: /trace/
Disallow: /*lat=
Disallow: /*node=
Disallow: /*way=
Disallow: /*relation=

User-agent: Slurp
Disallow: /user/*/traces/
Disallow: /user/*/edits
Disallow: /user/*/diary/
Allow: /user/
Disallow: /traces/tag/
Disallow: /traces/page/
Disallow: /api/
Disallow: /edit
Disallow: /browse/node/*/history
Disallow: /browse/way/*/history
Disallow: /browse/relation/*/history
Allow: /browse/node/
Allow: /browse/way/
Allow: /browse/relation/
Disallow: /browse
Disallow: /login
Disallow: /geocoder
Disallow: /history
Disallow: /message
Disallow: /trace/
Disallow: /*lat=
Disallow: /*node=
Disallow: /*way=
Disallow: /*relation=

User-agent: Googlebot
Disallow: /user/*/traces/
Disallow: /user/*/edits
Disallow: /user/*/diary/
Expand Down

0 comments on commit 39c0df6

Please sign in to comment.