# Laalten — https://laalten.com # # Everything public is crawlable. There is nothing to hide behind the beta # gate: the studio needs an account, but what the site IS — what it does, who # runs it, what it stores — is deliberately readable by anyone, including # crawlers that never run JavaScript. # # /api/ is disallowed because it returns JSON to authenticated callers and has # nothing indexable; it is not a security boundary (the server enforces that # on every route that costs anything). User-agent: * Allow: / Disallow: /api/ Sitemap: https://laalten.com/sitemap.xml