<?xml version="1.0" encoding="UTF-8"?>
<!--
  SquadUp public sitemap. Lists every static landing page served from
  squadup/public/ plus the language variants of the homepage. Dynamic event
  routes (/event/<shortcode>) are intentionally excluded — they are short-lived,
  per-squad, and we don't want them surfacing in Google.
-->
<urlset
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://squadup.be/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="fr"      href="https://squadup.be/" />
    <xhtml:link rel="alternate" hreflang="fr-BE"   href="https://squadup.be/" />
    <xhtml:link rel="alternate" hreflang="fr-FR"   href="https://squadup.be/" />
    <xhtml:link rel="alternate" hreflang="nl"      href="https://squadup.be/?lang=nl" />
    <xhtml:link rel="alternate" hreflang="nl-BE"   href="https://squadup.be/?lang=nl" />
    <xhtml:link rel="alternate" hreflang="nl-NL"   href="https://squadup.be/?lang=nl" />
    <xhtml:link rel="alternate" hreflang="en"      href="https://squadup.be/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://squadup.be/" />
  </url>

  <!-- Legal + support sub-pages canonicalise on squadup.be — same host as the
       mobile app, Stripe contract, and transactional emails. Keeping them
       under .be removes the duplicate-content trap where Google saw two
       canonical URLs (.app/terms.html vs .be/terms.html). The marketing
       landing above stays on .app for its existing SEO equity. -->
  <url>
    <loc>https://squadup.be/terms.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://squadup.be/policy.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://squadup.be/support.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://squadup.be/removeaccount.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

</urlset>
