# ========================================= # robots.txt for https://platinumperception.com/ # ========================================= # ----------------------------------------- # Global rules – allow search engines # Block junk /search/ endpoints # ----------------------------------------- User-agent: * Allow: / Disallow: /search/ # ----------------------------------------- # Cloudflare Managed Content Signals # (These do NOT block Google Search) # ----------------------------------------- User-agent: * Content-Signal: search=yes,ai-train=no # ----------------------------------------- # Block AI training / scraping bots # ----------------------------------------- User-agent: Amazonbot Disallow: / User-agent: Applebot-Extended Disallow: / User-agent: Bytespider Disallow: / User-agent: CCBot Disallow: / User-agent: ClaudeBot Disallow: / User-agent: Google-Extended Disallow: / User-agent: GPTBot Disallow: / User-agent: meta-externalagent Disallow: / # ----------------------------------------- # Sitemap # ----------------------------------------- Sitemap: https://platinumperception.com/sitemap.xml