# ZHELTA — robots.txt # Allows all major crawlers; blocks the private admin shell from indexing. # The dynamic sitemap index aggregates all child sitemaps (homepage routes, # Academy programs, Systems solutions, Services products) and is served by # the FastAPI backend so newly-published catalog entries appear without a # rebuild. User-agent: * Disallow: /admin Disallow: /zhelta-internal/ Disallow: /academy/dashboard Disallow: /academy/courses Disallow: /academy/invoices Disallow: /academy/documents Disallow: /academy/finance Disallow: /academy/parent Disallow: /academy/instructor Allow: / Sitemap: https://www.zhelta.com/api/sitemap_index.xml