Advertisement
Guest User

Untitled

a guest
Aug 21st, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # $Id: robots.txt,v 1.15 2010/12/29 04:05:07 webchick Exp $
  2. #
  3. # robots.txt
  4. #
  5. # This file is to prevent the crawling and indexing of certain parts
  6. # of your site by web crawlers and spiders run by sites like Yahoo!
  7. # and Google. By telling these "robots" where not to go on your site,
  8. # you save bandwidth and server resources.
  9. #
  10. # This file will be ignored unless it is at the root of your host:
  11. # Used: http://example.com/robots.txt
  12. # Ignored: http://example.com/site/robots.txt
  13. #
  14. # For more information about the robots.txt standard, see:
  15. # http://www.robotstxt.org/wc/robots.html
  16. #
  17. # For syntax checking, see:
  18. # http://www.sxw.org.uk/computing/robots/check.html
  19.  
  20. User-agent: *
  21. Crawl-delay: 10
  22. # Directories
  23. Disallow: /includes/
  24. Disallow: /misc/
  25. Disallow: /modules/
  26. Disallow: /profiles/
  27. Disallow: /scripts/
  28. Disallow: /themes/
  29. # Files
  30. Disallow: /CHANGELOG.txt
  31. Disallow: /cron.php
  32. Disallow: /INSTALL.mysql.txt
  33. Disallow: /INSTALL.pgsql.txt
  34. Disallow: /install.php
  35. Disallow: /INSTALL.txt
  36. Disallow: /LICENSE.txt
  37. Disallow: /MAINTAINERS.txt
  38. Disallow: /update.php
  39. Disallow: /UPGRADE.txt
  40. Disallow: /xmlrpc.php
  41. # Paths (clean URLs)
  42. Disallow: /admin/
  43. Disallow: /comment/reply/
  44. Disallow: /node/add/
  45. Disallow: /search/
  46. Disallow: /user/register/
  47. Disallow: /user/password/
  48. Disallow: /user/login/
  49. Disallow: /user/logout/
  50. # Paths (no clean URLs)
  51. Disallow: /?q=admin/
  52. Disallow: /?q=comment/reply/
  53. Disallow: /?q=node/add/
  54. Disallow: /?q=search/
  55. Disallow: /?q=user/password/
  56. Disallow: /?q=user/register/
  57. Disallow: /?q=user/login/
  58. Disallow: /?q=user/logout/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement