# AI Coding Ideas - robots.txt # Allow all search engines and AI bots to crawl the site User-agent: * Allow: / Disallow: /api/ Disallow: /admin/ Disallow: /.next/ Disallow: /node_modules/ # Allow Google Bot and Googlebot Mobile User-agent: Googlebot Allow: / User-agent: Googlebot-Mobile Allow: / # Allow Google AdSense bot User-agent: Mediapartners-Google Allow: / # Allow OpenAI bots User-agent: GPTBot Allow: / User-agent: CCBot Allow: / # Allow Anthropic Claude crawler User-agent: Claude-Web Allow: / User-agent: ClaudeBot Allow: / # Allow Perplexity bot User-agent: PerplexityBot Allow: / # Allow other AI/ML crawlers User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: YouBot Allow: / User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / # Crawl delay and request rate Crawl-delay: 1 # Sitemap location Sitemap: https://codingideas.ai/sitemap.xml