# Ultra Solution — robots.txt # https://ultrasolution.ca # Comportement par défaut : tout autoriser User-agent: * Allow: / Disallow: /merci/ Disallow: /submit.php # ─── Bots de moteurs de recherche classiques ──────────────────────── User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: DuckDuckBot Allow: / User-agent: Slurp Allow: / # ─── Bots de moteurs de réponse / LLM (autorisés explicitement) ───── # Objectif AEO : être cité par ChatGPT, Claude, Perplexity, Gemini, etc. # OpenAI / ChatGPT User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / # Anthropic / Claude User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / # Google AI (Gemini, AI Overviews, Bard) User-agent: Google-Extended Allow: / User-agent: GoogleOther Allow: / # Perplexity User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / # Apple Intelligence User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / # Common Crawl (alimente la plupart des datasets LLM open source) User-agent: CCBot Allow: / # Meta AI User-agent: FacebookBot Allow: / User-agent: Meta-ExternalAgent Allow: / # You.com User-agent: YouBot Allow: / # Cohere User-agent: cohere-ai Allow: / # Mistral User-agent: MistralAI-User Allow: / # Bytedance / Doubao User-agent: Bytespider Allow: / # Sitemaps Sitemap: https://ultrasolution.ca/sitemap.xml Sitemap: https://ultrasolution.ca/sitemap-images.xml