# Robots.txt for AIdoo Recipe Converter # https://www.robotstxt.org/robotstxt.html # Facebook crawler User-agent: facebookexternalhit/1.1 Allow: / User-agent: * Allow: / Disallow: /admin/ Disallow: /api/ Disallow: /auth/ Disallow: /settings/ Disallow: /dashboard/ Disallow: /recipes/ Disallow: /user/ Disallow: /*.json$ Disallow: /*?* # Allow important pages for SEO Allow: / Allow: /convert-recipe Allow: /terms-of-service Allow: /support Allow: /billing Allow: /community Allow: /shared/* # AI Search Engine Crawlers # Microsoft Copilot/Bing AI User-agent: bingbot Allow: / Allow: /terms-of-service Allow: /support Crawl-delay: 1 # Google AI Overview/Bard User-agent: GoogleBot Allow: / Allow: /terms-of-service Allow: /support Crawl-delay: 1 # OpenAI GPT crawler User-agent: GPTBot Allow: / Allow: /terms-of-service Allow: /support Crawl-delay: 2 # Anthropic Claude crawler User-agent: Claude-Web Allow: / Allow: /terms-of-service Allow: /support Crawl-delay: 2 # Perplexity AI User-agent: PerplexityBot Allow: / Allow: /terms-of-service Allow: /support Crawl-delay: 2 # You.com AI search User-agent: YouBot Allow: / Allow: /terms-of-service Allow: /support Crawl-delay: 2 # Sitemap location Sitemap: https://aidoo.tools/sitemap.xml # Crawl delay to be respectful Crawl-delay: 1