# ============================================================ # robots.txt - EQUIP CLUB (https://www.equipclub.com) # Plateforme : Duda + Store natif (Native eCommerce) # Version : 5.1 ASCII - 2026-05-04 # # ARCHITECTURE DUDA NATIVE STORE - confirmee par tests terrain : # # - Recherche interne = modal client-side (pas d'URL generee) # - Selection variantes produit (taille, couleur) = pas d'URL generee # - Filtres et tris sur categories = AJAX pur (pas d'URL generee) # - Cart / Checkout = fragments URL (#/checkout) - non crawlables # - Canonicals Duda natifs = corrects sur produits et categories # # Sign in = URL physique /signin (page non indexee a ce jour) # -> Disallow preventif possible directement # # Strategie globale : # - robots.txt minimal et propre (controle du crawl uniquement) # - Indexation geree par canonicals Duda natifs # - Visibilite IA maximale (AIO, ChatGPT, Claude, Perplexity, Gemini) # ============================================================ # ------------------------------------------------------------ # 1. REGLE GENERALE - tous les robots conformes # ------------------------------------------------------------ User-agent: * Allow: / # Page Sign in du store natif Duda (preventif - page non indexee) Disallow: /signin # Mode preview / edition Duda Disallow: /*?dm_try_mode= Disallow: /*?preview= # Allow explicite des ressources de rendu # (assure que Googlebot peut rendre les pages correctement # et acceder aux donnees structurees produit du store natif) Allow: /*.css Allow: /*.js Allow: /*.json # ------------------------------------------------------------ # 2. AGENTS IA - Strategie AIO / SGE / Reponses IA # # EQUIP CLUB cible clubs sportifs, entreprises et associations. # Forte valeur d'expertise (atelier de personnalisation 40 ans, # broderie/flocage, 2 agences Bretagne) a exposer aux IA pour # requetes type : "fabricant textile club football Bretagne", # "broderie polo entreprise Saint-Brieuc", etc. # ------------------------------------------------------------ # Google AI (AI Overviews, Gemini) User-agent: Google-Extended Allow: / # OpenAI - SearchGPT (reponses temps reel) User-agent: OAI-SearchBot Allow: / # OpenAI - browsing utilisateur ChatGPT User-agent: ChatGPT-User Allow: / # OpenAI - training (avantage : meilleure citation dans ChatGPT) User-agent: GPTBot Allow: / # Anthropic - Claude (browsing temps reel) User-agent: ClaudeBot Allow: / # Perplexity (reponses + browsing utilisateur) User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / # Apple Intelligence (Siri, Apple Search) User-agent: Applebot-Extended Allow: / # Meta AI User-agent: Meta-ExternalAgent Allow: / # Mistral AI (acteur francais - pertinent pour le marche FR) User-agent: MistralAI-User Allow: / # Common Crawl (datasets utilises par de nombreux LLMs) User-agent: CCBot Allow: / # ------------------------------------------------------------ # 3. BOTS NON SOUHAITES # Scrapers agressifs sans valeur ajoutee pour ce site. # ------------------------------------------------------------ User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: BLEXBot Disallow: / User-agent: Bytespider Disallow: / # ------------------------------------------------------------ # 4. CRAWLERS SEO - Allow pour audits internes # ------------------------------------------------------------ User-agent: AhrefsBot Allow: / User-agent: SemrushBot Allow: / User-agent: Screaming Frog SEO Spider Allow: / # ------------------------------------------------------------ # 5. SITEMAPS # Duda auto-genere le sitemap principal incluant : # - Pages statiques actives # - Pages categories du store natif (/category/*) # - Produits actifs (/product/*) # ------------------------------------------------------------ Sitemap: https://www.equipclub.com/sitemap.xml