# robots.txt for Habit War Landing # Prevent crawlers from indexing server/API endpoints and sensitive paths # Allow general crawling of the public site so search engines can index it User-agent: * Disallow: /api/ Disallow: /admin Crawl-delay: 10 Sitemap: https://habitwar.app/sitemap.xml