# START YOAST BLOCK # --------------------------- # robots.txt — AISDR # Goal: allow indexing & AI-answer surfacing, block model-training harvesters. Crawl-delay: 10 # ------------------------------ # Global rules (apply to ALL bots) User-agent: * Disallow: /?s= Disallow: /page/*/?s= Disallow: /search/ Disallow: /admin/ Disallow: /internal/ Allow: / # AI search/retrieval crawlers User-agent: OAI-SearchBot Allow: / User-agent: Claude-SearchBot Allow: / User-agent: Claude-User Allow: / User-agent: PerplexityBot Allow: / User-agent: ChatGPT-User Allow: / # Block AI model-training crawlers User-agent: GPTBot Disallow: / User-agent: Google-Extended Disallow: / User-agent: Applebot-Extended Disallow: / User-agent: CCBot Disallow: / User-agent: cohere-ai Disallow: / User-agent: Bytespider Disallow: / # ------------------------------ # Traditional search engines (allowed for SEO + AI answer surfacing) User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Applebot Allow: / Sitemap: https://aisdr.com/sitemap_index.xml # ------------------------------ # Sitemap Sitemap: https://aisdr.com/sitemap_index.xml" # --------------------------- # END YOAST BLOCK