# Robots.txt for RESK Security - resk.fr # AI Security Solutions & Open Source Tools # Last updated: 2026-09-11 # Content-Signal directives (contentsignals.org) # search: allowed — search engines and AI answer engines may index and return excerpts. # ai-input: allowed — content may be ingested into AI systems. # ai-train: allowed — training on this content is permitted. # use: reference — AI systems may reference but not reproduce content. Content-Signal: search=yes, ai-input=yes, ai-train=yes, use=reference User-agent: * Allow: / # Main pages - Full access Allow: /index.html Allow: /about.html Allow: /open-source-tools.html Allow: /contact.html Allow: /blog.html Allow: /resources.html # Project pages Allow: /projects/ Allow: /projects/index.html Allow: /projects/reskcrypt.html Allow: /projects/gnom.html Allow: /projects/resksafety.html # AI Security Services Allow: /pages/security/ # Blog articles Allow: /blog/ # Static assets Allow: /css/ Allow: /js/ Allow: /images/ Allow: /downloads/ # Legal pages Allow: /privacy.html Allow: /terms.html # Information files Allow: /llm.txt # Block admin and sensitive areas Disallow: /private/ Disallow: /config/ Disallow: /logs/ Disallow: /includes/ Disallow: /vendor/ Disallow: /.git/ Disallow: /.env Disallow: /docker-compose.yml Disallow: /Dockerfile # Block sensitive file types Disallow: /*.log$ Disallow: /*.env$ Disallow: /*.config$ Disallow: /*.bak$ Disallow: /*.sql$ Disallow: /*.md$ Disallow: /*.yml$ Disallow: /*.yaml$ Disallow: /*.json$ Disallow: /*.conf$ # Block error pages from indexing Disallow: /400.html Disallow: /403.html Disallow: /404.html Disallow: /500.html # Crawl delay for respectful crawling Crawl-delay: 1 # Sitemap location Sitemap: https://resk.fr/sitemap.xml