# robots.txt for Diamond Secrets Chat # https://chat.diamond-secrets.org/robots.txt User-agent: * Allow: / # Disallow admin and system directories Disallow: /system/ Disallow: /admin/ Disallow: /control/ # Allow CSS and JS files Allow: /css/ Allow: /js/ Allow: /favicons/ # Allow images Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.webp$ Allow: /*.svg$ # Crawl delay (optional, helps prevent server overload) Crawl-delay: 1 # Sitemap location Sitemap: https://chat.diamond-secrets.org/sitemap.xml