# Main AI — robots.txt # Let search engines crawl public pages, block auth- and token-gated # routes. The sitemap line below is what Google Search Console will # use for indexing — keep it updated if the canonical hostname changes. User-agent: * Allow: / # Auth-required / token-gated routes — no public value, do not index. Disallow: /dashboard Disallow: /dashboard.html Disallow: /admin Disallow: /admin.html Disallow: /accept-invite.html Disallow: /reset-password.html Disallow: /signing-portal.html Disallow: /review.html Disallow: /share Disallow: /share.html # Internal Netlify function endpoints. Disallow: /.netlify/ Sitemap: https://mainai.live/sitemap.xml