# KomFi Academy — robots policy # # Open the marketing surface to every well-behaved crawler so Google, # Bing, social previews (Slack/iMessage/X/LinkedIn) can index the # landing page, pricing page, and policy pages. The previous version # blanket-blocked everything (Disallow: /) — that's why Google was # showing "No information is available for this page" instead of the # meta description. # # What's blocked: # • /api/* — server endpoints (no SEO value, often auth-gated) # • /admin* — internal admin dashboard # • /quiz/active — transient quiz session URL, requires auth state # • /vault* — paid content surface # # Everything else is fair game for indexing. User-agent: * Allow: / Disallow: /api/ Disallow: /admin Disallow: /admin/ Disallow: /quiz/active Disallow: /vault Disallow: /vault/ # Sitemap helps Google discover all marketing pages immediately. Sitemap: https://komfiacademy.com/sitemap.xml