# robots.txt for SnapRegisters # https://snapregisters.com/robots.txt # Allow all crawlers User-agent: * Allow: / # Disallow crawling of API routes Disallow: /api/ # Disallow crawling of authentication pages (to prevent duplicate content) Disallow: /login Disallow: /signup Disallow: /forgot-password # Disallow crawling of dashboard (user-specific content) Disallow: /dashboard/ # Disallow crawling of register flow (user-specific) Disallow: /register Disallow: /warranty-registration-demo # Allow crawling of help pages Allow: /help/ # Sitemap location Sitemap: https://snapregisters.com/sitemap.xml