# Maree-CareFlow — robots.txt
# Disallow crawling of authenticated/admin application routes.
# The app is a SPA — public-facing pages are only the landing and login pages.
User-agent: *
Disallow: /dashboard
Disallow: /clients
Disallow: /practitioners
Disallow: /billing
Disallow: /calendar
Disallow: /reports
Disallow: /sda
Disallow: /compliance
Disallow: /regulations
Disallow: /supervision
Disallow: /kpi
Disallow: /admin
Disallow: /holding-pool
Disallow: /exports
Disallow: /travel
Disallow: /notifications
Disallow: /profile
Disallow: /settings
Disallow: /portal
Disallow: /api
Allow: /
Allow: /login
