# Allow all crawlers and answer-engine bots full access. The repo is a public,
# open-source project that wants to be discovered and cited.
User-agent: *
Allow: /

# Answer-engine (AEO) crawlers, named explicitly. A bare `User-agent: *` already
# allows them, but naming each one makes the intent to be crawled-and-cited
# unambiguous and durable: it survives any future wildcard tightening and guards
# against a single accidental Disallow silently delisting fak from an answer engine.
# Keep this list in sync with tools/seo_aeo_scorecard.py (the ai_crawlers check).

# OpenAI (ChatGPT, OpenAI search)
User-agent: GPTBot
Allow: /

User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

# Anthropic (Claude)
User-agent: ClaudeBot
Allow: /

User-agent: anthropic-ai
Allow: /

User-agent: Claude-SearchBot
Allow: /

# Perplexity
User-agent: PerplexityBot
Allow: /

User-agent: Perplexity-User
Allow: /

# Google (Gemini, AI Overviews)
User-agent: Google-Extended
Allow: /

# Apple Intelligence
User-agent: Applebot-Extended
Allow: /

# Common Crawl (feeds many open LLM training/answer corpora)
User-agent: CCBot
Allow: /

# Search-engine sitemap (auto-generated by jekyll-sitemap once Pages is enabled).
Sitemap: https://anthony-chaudhary.github.io/fak/sitemap.xml
