# DictIA - robots.txt
# Updated 2026-04-27 for marketing redesign (Task B-1.3)
#
# Public marketing pages (root, /tarifs, /fonctionnalites, /conformite,
# /contact, /blog) and legal pages (/legal/*) are indexable.
# Application routes (/api, /admin, /account, /share, /app, /checkout,
# /login, /signup, /webhooks) remain blocked.

User-agent: *
Allow: /
Allow: /tarifs
Allow: /fonctionnalites
Allow: /conformite
Allow: /contact
Allow: /blog
Allow: /legal/
Disallow: /api/
Disallow: /admin
Disallow: /account
Disallow: /share/
Disallow: /app/
Disallow: /checkout
Disallow: /login
Disallow: /signup
Disallow: /oublie
Disallow: /verifier-email
Disallow: /webhooks/

# Search/AI crawlers explicitly allowed on public marketing surface
User-agent: Googlebot
Allow: /

User-agent: Bingbot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: GPTBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Applebot
Allow: /

Sitemap: https://dictia.pages.dev/sitemap.xml
