# SpokenEdit - robots.txt # https://spokenedit.com / https://spokenedit.de User-agent: * Allow: / # Öffentliche Seiten Allow: /ueber-uns Allow: /kontakt Allow: /hilfe Allow: /about Allow: /contact Allow: /help # Auth-Bereich blockieren Disallow: /login Disallow: /register Disallow: /forgot-password Disallow: /reset-password/ Disallow: /verify/ Disallow: /logout # App-Bereich blockieren (nur für eingeloggte User) Disallow: /dashboard Disallow: /projects Disallow: /workspaces Disallow: /settings Disallow: /payment Disallow: /tokens Disallow: /admin Disallow: /locale/ # API & interne Endpunkte blockieren Disallow: /audio/ Disallow: /markers/ Disallow: /cover.php Disallow: /peaks.php Disallow: /stream.php Disallow: /cron-cleanup.php # Assets erlauben (für Rendering) Allow: /assets/ # Sitemaps Sitemap: https://spokenedit.com/sitemap.xml Sitemap: https://spokenedit.de/sitemap.xml