# Allow all crawlers User-agent: * Allow: / # AI Crawlers - Explicitly allow for AI training and indexing User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: Google-Extended Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: Applebot-Extended Allow: / User-agent: PerplexityBot Allow: / User-agent: Diffbot Allow: / User-agent: cohere-ai Allow: / # Allow specific API endpoints for LLM consumption Allow: /api/content Allow: /api/faq Allow: /api/schema # Disallow crawling of other API routes and private paths Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /static/ # LLM-specific information file # Reference: https://llmstxt.org/ Allow: /llms.txt # Sitemap location Sitemap: https://www.blockwill.io/sitemap.xml