<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable pages only. Kept in step with PUBLIC_PAGE_SEO in src/lib/seo.ts by
  src/lib/__tests__/seo.test.ts — adding an indexable page there fails the test until this
  file lists it too.

  No <lastmod>: Google ignores the field unless it is consistently accurate, and a hardcoded
  date in a static file goes stale the moment a page changes. <changefreq> and <priority> are
  omitted for the same reason — Google does not use them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://keepmove.ca/</loc>
  </url>
  <url>
    <loc>https://keepmove.ca/a-propos</loc>
  </url>
  <url>
    <loc>https://keepmove.ca/programmes</loc>
  </url>
  <url>
    <loc>https://keepmove.ca/contact</loc>
  </url>
  <url>
    <loc>https://keepmove.ca/confidentialite</loc>
  </url>
  <url>
    <loc>https://keepmove.ca/connexion</loc>
  </url>
</urlset>
