<?xml version="1.0" encoding="UTF-8"?>
<!--
  AreWeMe — sitemap. Routing act (2026-07-22, founder ruling 5): the landing is
  SEO-OPEN and serves at `/` (canonical). Public marketing + auth-entry pages
  are listed with apex URLs; the EN/FR landing pair carries hreflang alternates.
  The authenticated app remains out (see robots.txt Disallow list).
  /welcome + /fr/welcome are deliberately NOT listed (micro-fix F3): they keep
  serving, but their canonical points at `/` — listing them alongside would send
  a mixed dedup signal.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://areweme.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://areweme.com/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://areweme.com/fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://areweme.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://areweme.com/fr</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://areweme.com/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://areweme.com/fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://areweme.com/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://areweme.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://areweme.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://areweme.com/forgot-password</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
