- 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.
11 lines
214 B
Plaintext
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
|