# Fraction Studio Robots.txt # Optimized for maximum search engine visibility # Allow all crawlers full access to public content User-agent: * Allow: / # Explicitly allow important content areas Allow: /digital-commerce-agency Allow: /capabilities Allow: /manifesto Allow: /scheduling Allow: /migration-calculator Allow: /insights/ Allow: /privacy-policy Allow: /terms-of-use Allow: /accessibility-statement # Block technical/admin areas that shouldn't be indexed Disallow: /api/ Disallow: /admin/ Disallow: /private/ Disallow: /.well-known/ Disallow: /debug/ Disallow: /test/ # Block common non-content paths Disallow: /*.json$ Disallow: /*.xml$ Disallow: /*.txt$ Disallow: /*.pdf$ # Allow specific file types that are content Allow: /sitemap.xml Allow: /robots.txt Allow: /llms.txt Allow: /favicon.ico Allow: /site.webmanifest # Sitemap location (must be absolute URL) Sitemap: https://www.fraction.studio/sitemap.xml # Optimized crawl delays for different bots User-agent: Googlebot Allow: / Crawl-delay: 0 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 # Allow specialized crawlers User-agent: Googlebot-Image Allow: / User-agent: Googlebot-Mobile Allow: / User-agent: Googlebot-News Allow: / User-agent: Googlebot-Video Allow: / User-agent: Bingbot-Image Allow: / # LLM and AI Crawler Directives User-agent: GPTBot Allow: / Crawl-delay: 1 User-agent: ChatGPT-User Allow: / Crawl-delay: 1 User-agent: CCBot Allow: / Crawl-delay: 1 User-agent: anthropic-ai Allow: / Crawl-delay: 1 User-agent: Claude-Web Allow: / Crawl-delay: 1 User-agent: PerplexityBot Allow: / Crawl-delay: 1 User-agent: YouBot Allow: / Crawl-delay: 1 # General AI/LLM crawler directive User-agent: * Allow: /llms.txt