Commit 4743c28c85f265b8f8e50122dbc9afa1f7bdf48b

Authored by Braulio Bhavamitra
1 parent d08608af

Block robots on search

(ActionItem3108)
Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
public/robots.txt
1   -# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2 1 \ No newline at end of file
  2 +# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
  3 +# See also http://en.wikipedia.org/wiki/Robots_exclusion_standard for extensions
  4 +
  5 +User-agent: *
  6 +# block searches' queries
  7 +Disallow: /search*query=*
  8 +Disallow: /cat/*
... ...