# Robots.txt for RoomDuty User-agent: * # Allow crawling of public pages Allow: / Allow: /login Allow: /register Allow: /contact Allow: /terms Allow: /privacy # Block private/authenticated pages Disallow: /dashboard Disallow: /profile Disallow: /settings Disallow: /household Disallow: /tasks Disallow: /rooms Disallow: /statistics Disallow: /subscription Disallow: /admin Disallow: /notifications Disallow: /activity Disallow: /verify-email Disallow: /reset-password Disallow: /check-email # Allow important static files Allow: /static/ Allow: /images/ Allow: /logo.png Allow: /favicon.ico Allow: /manifest.json # Sitemap location Sitemap: https://roomduty.com/sitemap.xml # Crawl delay (be respectful) Crawl-delay: 1