# https://emailqa.live robots.txt User-agent: * Allow: / # Block API routes to save crawl budget Disallow: /api/ Disallow: /_next/ Disallow: /admin/ # Block auth pages (not useful for search) Disallow: /login Disallow: /register Disallow: /verify Disallow: /checkout/ # Block user-specific pages Disallow: /dashboard/ Disallow: /preview/ Disallow: /settings/ Disallow: /billing/ Disallow: /team/ Disallow: /analytics/ Disallow: /upgrade/ # Favicon files - ensure Google can crawl these Allow: /favicon.ico Allow: /favicon.svg Allow: /favicon-48x48.png Allow: /favicon-192x192.png Allow: /favicon-512x512.png Allow: /apple-touch-icon.png # Allow marketing pages (explicit) Allow: /pricing Allow: /features/ Allow: /alternatives/ Allow: /integrations/ Allow: /best/ Allow: /for/ Allow: /help/ Allow: /privacy Allow: /terms # Sitemap Sitemap: https://emailqa.live/sitemap.xml