<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable document, matching the allowlist in functions/_middleware.ts
  and the `indexable` route handles (ADR-040): the two gate documents and the
  two privacy policies. Finnish owns `/` and `x-default`; English is at `/en/`.
  Each language pair carries a reciprocal hreflang set, because a one-way
  annotation is discarded outright rather than treated as a weaker hint.

  Deliberately absent: the partner onboarding documents, which are handed to a
  partner's employees privately and stay noindex (operator decision,
  2026-08-26), and 404.html, which is never a sitemap entry.

  sitemap.test.ts asserts this file lists exactly `indexableUrls()` from
  marketingDocuments.ts, so it cannot drift from what the build ships.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://treat.health/</loc>
    <xhtml:link rel="alternate" hreflang="fi" href="https://treat.health/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://treat.health/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://treat.health/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://treat.health/en/</loc>
    <xhtml:link rel="alternate" hreflang="fi" href="https://treat.health/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://treat.health/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://treat.health/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://treat.health/tietosuojaseloste/</loc>
    <xhtml:link rel="alternate" hreflang="fi" href="https://treat.health/tietosuojaseloste/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://treat.health/privacy/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://treat.health/tietosuojaseloste/" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://treat.health/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="fi" href="https://treat.health/tietosuojaseloste/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://treat.health/privacy/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://treat.health/tietosuojaseloste/" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
