# plaintxt.app # # Public pages are indexable. Private app routes and operator/API routes # are blocked here as defense-in-depth (plus noindex meta tags where possible). User-agent: * # Allow public pages explicitly Allow: /$ Allow: /about Allow: /how-it-works Allow: /use-cases Allow: /security Allow: /roadmap Allow: /plans Allow: /faq Allow: /contact Allow: /privacy Allow: /terms # Block app-flow pages (auth-required or app-only) Disallow: /create Disallow: /create/ Disallow: /inbox Disallow: /inbox/ Disallow: /settings Disallow: /settings/ Disallow: /search Disallow: /search/ Disallow: /c/ # Block operator / private routes Disallow: /control-room Disallow: /control-room/ Disallow: /admin-docs Disallow: /admin-docs/ Disallow: /restore-internal Disallow: /restore-internal/ # Block API Disallow: /api/ Sitemap: https://plaintxt.app/sitemap.xml