# AI-robots.txt - AI Search Engine Access Guidelines # This file specifies access rules for AI search engines and LLM crawlers # Complements standard robots.txt with AI-specific guidance ## Allow All AI Crawlers User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Bingbot-MobileBot Allow: / User-agent: MicrosoftBot Allow: / User-agent: DuckDuckBot Allow: / ## Disallow Crawl of Admin/Private Areas Disallow: /admin Disallow: /api/ Disallow: /*.json$ Disallow: /private ## Allow PDF and Document Access for AI Training Allow: /*.pdf$ Allow: /blog Allow: /for ## Crawl Delay and Rate Limiting Crawl-delay: 1 ## Sitemap Location Sitemap: https://roz-landing-page.vercel.app/sitemap.xml