mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
30 lines
477 B
Plaintext
30 lines
477 B
Plaintext
# Complex real-world example
|
|
User-agent: *
|
|
Disallow: /admin/
|
|
Disallow: /private/
|
|
Disallow: /api/internal/
|
|
Allow: /api/public/
|
|
Crawl-delay: 5
|
|
|
|
User-agent: Googlebot
|
|
Disallow: /search/
|
|
Allow: /api/
|
|
Crawl-delay: 2
|
|
|
|
User-agent: Bingbot
|
|
Disallow: /search/
|
|
Disallow: /admin/
|
|
Crawl-delay: 10
|
|
|
|
User-agent: BadBot
|
|
Disallow: /
|
|
|
|
User-agent: SeoBot
|
|
Disallow: /
|
|
Crawl-delay: 300
|
|
|
|
# Test with various patterns
|
|
User-agent: TestBot
|
|
Disallow: /*/admin
|
|
Disallow: /temp*.html
|
|
Disallow: /file?.log |