<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap at the conventional path.

  `@astrojs/sitemap` already emits `/sitemap-index.xml` + `/sitemap-0.xml`
  from the built routes; this file exists because `/sitemap.xml` is where
  crawlers, Search Console, and every third-party SEO checker look first,
  and that path is one the integration cannot produce. Both are listed in
  `robots.txt` — search engines de-duplicate by URL, so naming the same
  six pages twice costs nothing.

  It is hand-maintained, which is the one thing wrong with it: add a route
  and this file does not know. `launch-readiness.spec.ts` closes that hole
  by asserting, against the real build, that this file lists exactly the
  URLs the generated sitemap does and that each one returns 200. Adding a
  page without adding it here is a red test, not a silent omission.

  No `<lastmod>`, `<changefreq>`, or `<priority>`: Google ignores the last
  two outright, and a hand-written lastmod that nobody remembers to touch
  is worse than none — it actively tells crawlers the page is unchanged.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://invenar.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/" />
  </url>
  <url>
    <loc>https://invenar.com/fr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/" />
  </url>
  <url>
    <loc>https://invenar.com/about/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/about/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/about/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/about/" />
  </url>
  <url>
    <loc>https://invenar.com/fr/about/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/about/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/about/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/about/" />
  </url>
  <url>
    <loc>https://invenar.com/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/privacy/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/privacy/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/privacy/" />
  </url>
  <url>
    <loc>https://invenar.com/fr/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/privacy/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/privacy/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/privacy/" />
  </url>
  <url>
    <loc>https://invenar.com/terms/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/terms/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/terms/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/terms/" />
  </url>
  <url>
    <loc>https://invenar.com/fr/terms/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://invenar.com/terms/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://invenar.com/fr/terms/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://invenar.com/terms/" />
  </url>
</urlset>
