From 5c3af25e6ba39dfcddfc00df056ccd73a3200814 Mon Sep 17 00:00:00 2001 From: Serge RAKOTO HARRY-NAIVO Date: Thu, 7 May 2026 00:03:31 +0200 Subject: [PATCH] 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. --- reset-password.html | 33 ++++++++++++++++++++++ robots.txt | 10 +++++++ sitemap.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 112 insertions(+) create mode 100644 reset-password.html create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/reset-password.html b/reset-password.html new file mode 100644 index 0000000..5ce58e6 --- /dev/null +++ b/reset-password.html @@ -0,0 +1,33 @@ + + + + + + + Redirection — MVA Global Fret + + + + + +

Redirection en cours...

+

Si la redirection automatique ne fonctionne pas, + cliquez ici. +

+ + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..a06169c --- /dev/null +++ b/robots.txt @@ -0,0 +1,10 @@ +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 diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..9835a1b --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,69 @@ + + + + https://mva-globalfret.com/ + 2026-05-07 + monthly + 1.0 + + + https://mva-globalfret.com/accueil.html + 2026-05-07 + monthly + 1.0 + + + https://mva-globalfret.com/about.html + 2026-05-07 + monthly + 0.8 + + + https://mva-globalfret.com/tarifs.html + 2026-05-07 + monthly + 0.9 + + + https://mva-globalfret.com/service-commande.html + 2026-05-07 + monthly + 0.8 + + + https://mva-globalfret.com/guide-envoi.html + 2026-05-07 + monthly + 0.8 + + + https://mva-globalfret.com/contact.html + 2026-05-07 + monthly + 0.9 + + + https://mva-globalfret.com/application.html + 2026-05-07 + monthly + 0.7 + + + https://mva-globalfret.com/cgv.html + 2026-05-07 + yearly + 0.4 + + + https://mva-globalfret.com/mentions-legales.html + 2026-05-07 + yearly + 0.3 + + + https://mva-globalfret.com/politique-confidentialite.html + 2026-05-07 + yearly + 0.3 + +