site-mva-global-fret/robots.txt
Serge RAKOTO HARRY-NAIVO 5c3af25e6b feat(seo): sitemap + robots.txt + mobile reset-password bridge
- sitemap.xml lists 11 indexable pages (excludes confirmation + reset-password)
- robots.txt allows all + disallows worker dir + .github
- reset-password.html redirects to auth.mind4solutions.com/reset-password
  (mobile MVA Expo deep link bridge for Phase 2.2 forgot-password flow,
   preserves ?token= query param for GoTrue PKCE continuation)

Refs: WordPress \xe2\x86\x92 static migration plan, Phase B PR #2.
2026-05-07 00:03:31 +02:00

11 lines
214 B
Plaintext

User-agent: *
Allow: /
# Disallow non-indexable pages
Disallow: /confirmation.html
Disallow: /reset-password.html
Disallow: /cloudflare-worker/
Disallow: /.github/
Sitemap: https://mva-globalfret.com/sitemap.xml