# robots.txt for Saltscapes # Updated: 2026-02-12 # Purpose: Allow search indexing while restricting AI training crawlers # Contact: editor@saltscapes.com ############################################ # Allow major search engines (indexing) ############################################ User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / ############################################ # Block AI training and data aggregation bots ############################################ # OpenAI User-agent: GPTBot Disallow: / # Google AI training crawler (separate from Googlebot search) User-agent: Google-Extended Disallow: / # Anthropic User-agent: ClaudeBot Disallow: / # Common Crawl User-agent: CCBot Disallow: / # Perplexity User-agent: PerplexityBot Disallow: / # Amazon User-agent: Amazonbot Disallow: / # Meta User-agent: FacebookBot Disallow: / ############################################ # Default rule (allow everything else) ############################################ User-agent: * Allow: / ############################################ # Sitemap ############################################ Sitemap: https://www.saltscapes.com/sitemap.xml