complex.robots.txt 477 B

123456789101112131415161718192021222324252627282930
  1. # Complex real-world example
  2. User-agent: *
  3. Disallow: /admin/
  4. Disallow: /private/
  5. Disallow: /api/internal/
  6. Allow: /api/public/
  7. Crawl-delay: 5
  8. User-agent: Googlebot
  9. Disallow: /search/
  10. Allow: /api/
  11. Crawl-delay: 2
  12. User-agent: Bingbot
  13. Disallow: /search/
  14. Disallow: /admin/
  15. Crawl-delay: 10
  16. User-agent: BadBot
  17. Disallow: /
  18. User-agent: SeoBot
  19. Disallow: /
  20. Crawl-delay: 300
  21. # Test with various patterns
  22. User-agent: TestBot
  23. Disallow: /*/admin
  24. Disallow: /temp*.html
  25. Disallow: /file?.log