robots.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. User-agent: *
  2. Crawl-delay: 10
  3. #Sitemap: %SITE_PATH%/sitemap.xml
  4. ## Do not crawl application folders
  5. Disallow: /cache/
  6. Disallow: /config/
  7. Disallow: /library/
  8. Disallow: /module/
  9. Disallow: /SQL/
  10. ## Do not crawl root files
  11. Disallow: /cron.php
  12. Disallow: /install.php
  13. Disallow: /error_log
  14. ## Do not crawl pages with sorting or listings per page limit set
  15. Disallow: /*?sort*
  16. Disallow: /*?limit*
  17. Disallow: /*?parent_id*
  18. ## Do not crawl language change pages
  19. Disallow: /*?lang=
  20. ## Do not crawl links with session ids
  21. Disallow: /*?SID=
  22. ## Do not crawl the admin module
  23. Disallow: /admin/
  24. ## Do not crawl the install module
  25. Disallow: /install/
  26. ## Do not crawl selected app module pages
  27. ## - rss pages
  28. Disallow: /rss/
  29. ## - advert related pages
  30. Disallow: /advert/
  31. ## - play video action
  32. Disallow: /play-video/
  33. ## async controller
  34. Disallow: /app/async*
  35. ## Do not crawl selected members module pages
  36. Disallow: /members-area/
  37. Disallow: /members/
  38. Disallow: /login-modal/
  39. Disallow: /register-modal/
  40. Disallow: /forgot-username/
  41. Disallow: /forgot-password/
  42. ## Do not crawl selected listings module pages
  43. ## - bid/purchase/cart related pages
  44. Disallow: /bid/
  45. Disallow: /buy/
  46. Disallow: /offer/
  47. Disallow: /cart/
  48. Disallow: /listings/cart/
  49. ## - search pages
  50. Disallow: /search/
  51. Disallow: /advanced-search/
  52. ## - sell pages
  53. Disallow: /sell/
  54. ## - categories list pages - uncomment to disallow
  55. #Disallow: /categories/
  56. ## Uncomment if you do not wish to allow Google and Bing to index your images
  57. # User-agent: Googlebot-Image
  58. # Disallow: /
  59. # User-agent: msnbot-media
  60. # Disallow: /
  61. #Disallow: /*.php$