Compare commits
1 Commits
main
...
feat/seo-s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c3af25e6b |
33
reset-password.html
Normal file
33
reset-password.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<title>Redirection — MVA Global Fret</title>
|
||||
<link rel="icon" type="image/png" href="PNG MVA GLOBAL FRET.png">
|
||||
<script>
|
||||
// Bridge mobile deep link MVA Expo : redirect vers auth.mind4solutions.com
|
||||
// qui héberge le UI reset-password Phase 2.2 m4s-auth.
|
||||
// Conserve le query param ?token=... pour que GoTrue PKCE flow continue.
|
||||
(function() {
|
||||
var params = window.location.search || '';
|
||||
var hash = window.location.hash || '';
|
||||
window.location.replace('https://auth.mind4solutions.com/reset-password' + params + hash);
|
||||
})();
|
||||
</script>
|
||||
<style>
|
||||
body { font-family: system-ui, -apple-system, sans-serif; text-align: center; padding: 2rem; color: #333; }
|
||||
a { color: #c5a55a; font-weight: 600; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Redirection en cours...</h1>
|
||||
<p>Si la redirection automatique ne fonctionne pas,
|
||||
<a id="manual-link" href="https://auth.mind4solutions.com/reset-password">cliquez ici</a>.
|
||||
</p>
|
||||
<script>
|
||||
document.getElementById('manual-link').href = 'https://auth.mind4solutions.com/reset-password' + (window.location.search || '');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
10
robots.txt
Normal file
10
robots.txt
Normal file
@ -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
|
||||
69
sitemap.xml
Normal file
69
sitemap.xml
Normal file
@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/accueil.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/about.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/tarifs.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/service-commande.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/guide-envoi.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/contact.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/application.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/cgv.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/mentions-legales.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mva-globalfret.com/politique-confidentialite.html</loc>
|
||||
<lastmod>2026-05-07</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Loading…
Reference in New Issue
Block a user