# robots.txt - OnboardingHub # Per ticket WLS-363: Static robots.txt to ensure crawlers always get HTTP 200. # A dynamic version also exists at app/views/seo/robots.text.erb served by # SeoController; this static file takes precedence in production because the # web server serves public/ files before hitting Rails middleware. User-agent: * Allow: / # SEO content sections (explicitly allowed) Allow: /compare/ Allow: /alternatives/ Allow: /guides/ Allow: /startups/ Allow: /templates/ Allow: /blog/ Allow: /glossary/ # App and API routes Disallow: /app/ Disallow: /api/ Disallow: /dashboard/ Disallow: /login/ Disallow: /signup/ # Authentication and account management Disallow: /sign_in Disallow: /sign_up Disallow: /forgot_password Disallow: /reset_password/ Disallow: /join/ # Internal workspace and system paths Disallow: /w/ Disallow: /e/ Disallow: /enrollments/ Disallow: /_test/ Disallow: /_accounts/ Disallow: /_error/ Disallow: /_styleguide Disallow: /_billing/ Disallow: /settings Disallow: /webhooks/ Disallow: /oauth/ # Sitemap Sitemap: https://onboarding-hub.com/sitemap.xml