# robots.txt for the LenserFight Arena apex (https://lenserfight.com)
# Public marketing + arena surface. /auth and /battles redirect to the
# community app (moon.lenserfight.com); they are not crawlable pages here.

User-agent: *
Allow: /
Disallow: /auth/
Disallow: /battles

# --- Search engine crawlers ---
User-agent: Googlebot
Allow: /

User-agent: Bingbot
Allow: /

User-agent: DuckDuckBot
Allow: /

User-agent: YandexBot
Allow: /

User-agent: Applebot
Allow: /

User-agent: Amazonbot
Allow: /

User-agent: facebookexternalhit
Allow: /

# --- AI / answer-engine crawlers ---
# Training + retrieval bots
User-agent: GPTBot
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Claude-Web
Allow: /

User-agent: anthropic-ai
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: cohere-ai
Allow: /

# Live answer-engine / user-action fetchers
User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: Perplexity-User
Allow: /

Sitemap: https://lenserfight.com/sitemap.xml
