# kwaku — robots.txt # # Public pages (landing, about, terms, privacy) are open to crawlers so the # brand site can be indexed. Everything else is private surface (editor, # dashboard, API, admin) and stays out of search results. User-agent: * Disallow: /api/ Disallow: /editor Disallow: /editor/ Disallow: /dashboard Disallow: /dashboard/ Disallow: /admin Disallow: /admin/ Disallow: /signup Disallow: /login Disallow: /reset Disallow: /verify Disallow: /static/ Allow: / Allow: /about Allow: /terms Allow: /privacy Sitemap: https://kwaku.app/sitemap.xml