consecutive.robots.txt 578 B

12345678910111213141516171819202122232425
  1. # Test consecutive user agents that should be grouped into any: blocks
  2. User-agent: *
  3. Disallow: /admin
  4. Crawl-delay: 10
  5. # Multiple consecutive user agents - should be grouped
  6. User-agent: BadBot
  7. User-agent: SpamBot
  8. User-agent: EvilBot
  9. Disallow: /
  10. # Single user agent - should be separate
  11. User-agent: GoodBot
  12. Disallow: /private
  13. # Multiple consecutive user agents with crawl delay
  14. User-agent: SlowBot1
  15. User-agent: SlowBot2
  16. Crawl-delay: 5
  17. # Multiple consecutive user agents with specific path
  18. User-agent: SearchBot1
  19. User-agent: SearchBot2
  20. User-agent: SearchBot3
  21. Disallow: /search