# Robots.txt for CertAlert.pro # SSL Certificate & Server Health Monitoring Platform User-agent: * # Allow indexing of public marketing and documentation pages Allow: / Allow: /features Allow: /pricing Allow: /docs Allow: /about Allow: /contact Allow: /privacy Allow: /terms # Disallow all dashboard and private areas Disallow: /dashboard/ Disallow: /dashboard/* # Disallow authentication pages Disallow: /login Disallow: /register Disallow: /forgot-password Disallow: /reset-password Disallow: /verify-email Disallow: /magic-link # Disallow team invitation pages Disallow: /teams/join # Disallow API endpoints Disallow: /api/ # Disallow temporary/development files Disallow: /*.log Disallow: /temp/ Disallow: /dev/ # Sitemap location Sitemap: https://certalert.pro/sitemap.xml