# robots.txt.liquid for https://proaudiobrands.com/ User-agent: * # ✅ Allow all good bots to index core site content Allow: / # ❌ Block access to admin and cart-related pages Disallow: /admin/ Disallow: /cart Disallow: /orders Disallow: /checkout Disallow: /account Disallow: /search Disallow: /apps/ Disallow: /policies/ Disallow: /collections/*filter* # 🛡️ Block internal scripts and parameter abuse Disallow: /*?*sort_by= Disallow: /*?*page= Disallow: /*?*variant= Disallow: /*?*currency= Disallow: /*&* # 🧠 AI Indexing (Let all LLMs crawl product + collection pages) User-agent: ChatGPT-User Allow: /products Allow: /collections User-agent: ClaudeBot Allow: /products Allow: /collections User-agent: DeepSeekBot Allow: /products Allow: /collections User-agent: GPTBot Allow: /products Allow: /collections User-agent: Google-Extended Allow: /products Allow: /collections # 🛡️ Security: Rate-limiting abusive bots User-agent: AhrefsBot Crawl-delay: 20 User-agent: SemrushBot Crawl-delay: 30 User-agent: MJ12bot Disallow: / # Sitemap reference for SEO Sitemap: https://proaudiobrands.com/sitemap.xml