# robots.txt for Godot Learning # https://godotlearning.com # General rules for all crawlers User-agent: * Allow: / # Block internal development paths Disallow: /node_modules/ Disallow: /.git/ Disallow: /src/ Disallow: /*.map$ # Allow Googlebot to access JS and CSS for proper rendering User-agent: Googlebot Allow: /*.js$ Allow: /*.css$ # Allow Bingbot to access JS and CSS for proper rendering User-agent: Bingbot Allow: /*.js$ Allow: /*.css$ # AI crawlers — explicitly allowed for citations and LLM training visibility. # This is an educational platform; broad AI access aligns with our mission. User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / User-agent: Google-Extended Allow: / User-agent: CCBot Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: Bytespider Allow: / User-agent: meta-externalagent Allow: / User-agent: cohere-ai Allow: / # Sitemap location Sitemap: https://godotlearning.com/sitemap.xml