feat(seo): sitemap + robots.txt + mobile reset-password bridge #2

Merged
serge merged 1 commits from feat/seo-sitemap-robots-reset-password into main 2026-05-07 01:04:06 +03:00
Owner

Summary

3 small SEO/infrastructure files for the VPS cutover.

  • sitemap.xml � 11 indexable pages (excludes confirmation + reset-password)
  • robots.txt � allow all, disallow 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, preserves ?token= query)

Test plan

  • sitemap.xml parseable (Python ElementTree, 11 urls)
  • reset-password.html contains auth.mind4solutions.com/reset-password (3 occurrences = JS replace + manual link href + JS update)

Refs: WordPress ? static migration plan, Phase B PR #2.

## Summary 3 small SEO/infrastructure files for the VPS cutover. - `sitemap.xml` � 11 indexable pages (excludes confirmation + reset-password) - `robots.txt` � allow all, disallow 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, preserves `?token=` query) ## Test plan - [x] `sitemap.xml` parseable (Python ElementTree, 11 urls) - [x] `reset-password.html` contains `auth.mind4solutions.com/reset-password` (3 occurrences = JS replace + manual link href + JS update) Refs: WordPress ? static migration plan, Phase B PR #2.
serge added 1 commit 2026-05-07 01:04:03 +03:00
- 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.
serge merged commit 2d3526da06 into main 2026-05-07 01:04:06 +03:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: serge/site-mva-global-fret#2
No description provided.