Guest User

Untitled

a guest
May 21st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # Google Image Crawler Setup
  2. User-agent: Googlebot-Image
  3. Disallow:
  4.  
  5. # Crawlers Setup
  6. User-agent: *
  7.  
  8. # Directories
  9. Disallow: /404/
  10. Disallow: /app/
  11. Disallow: /cgi-bin/
  12. Disallow: /downloader/
  13. Disallow: /errors/
  14. Disallow: /includes/
  15. #Disallow: /js/
  16. #Disallow: /lib/
  17. Disallow: /magento/
  18. #Disallow: /media/
  19. Disallow: /pkginfo/
  20. Disallow: /report/
  21. Disallow: /scripts/
  22. Disallow: /shell/
  23. Disallow: /skin/
  24. Disallow: /stats/
  25. Disallow: /var/
  26.  
  27. # Paths (clean URLs)
  28. Disallow: /index.php/
  29. Disallow: /catalog/product_compare/
  30. Disallow: /catalog/category/view/
  31. Disallow: /catalog/product/view/
  32. Disallow: /catalogsearch/
  33. #Disallow: /checkout/
  34. Disallow: /control/
  35. Disallow: /contacts/
  36. Disallow: /customer/
  37. Disallow: /customize/
  38. Disallow: /newsletter/
  39. Disallow: /poll/
  40. Disallow: /review/
  41. Disallow: /sendfriend/
  42. Disallow: /tag/
  43. Disallow: /wishlist/
  44. Disallow: /catalog/product/gallery/
  45.  
  46. # Files
  47. Disallow: /cron.php
  48. Disallow: /cron.sh
  49. Disallow: /error_log
  50. Disallow: /install.php
  51. Disallow: /LICENSE.html
  52. Disallow: /LICENSE.txt
  53. Disallow: /LICENSE_AFL.txt
  54. Disallow: /STATUS.txt
  55.  
  56. # Paths (no clean URLs)
  57. #Disallow: /*.js$
  58. #Disallow: /*.css$
  59. Disallow: /*.php$
  60. Disallow: /*?SID=
  61.  
  62. # Block Agents
  63. User-agent: Httrack Disallow /
  64.  
  65. # Block Robots
  66. User-agent: SemrushBot
  67. Disallow: /
  68.  
  69. User-agent: Baiduspider
  70. Disallow: /
  71.  
  72. User-agent: HostTracker
  73. Disallow: /
Add Comment
Please, Sign In to add comment