<?xml version="1.0" encoding="UTF-8"?>
<!--
  MyWaypoint Trust Centre — sitemap.xml
  Phase 2.5: Structural pages only.
  All policy document pages are excluded because they carry status: placeholder
  and noindex meta tags. They will be added to the sitemap in Phase 3+
  when status === 'approved' and indexable === true.

  See docs/ARCHITECTURE-IMPLEMENTATION.md — Publication Gating section.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage -->
  <url>
    <loc>https://mytrustcentre.ca/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://mytrustcentre.ca/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://mytrustcentre.ca/fr/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://mytrustcentre.ca/fr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://mytrustcentre.ca/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://mytrustcentre.ca/fr/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Products index -->
  <url>
    <loc>https://mytrustcentre.ca/products/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://mytrustcentre.ca/fr/produits/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://mytrustcentre.ca/contact/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mytrustcentre.ca/fr/contact/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!--
    Policy document pages are NOT included here.
    They will be added when:
    - status === 'approved'
    - indexable === true
    - PUBLIC_PRODUCTION_READY === 'true'
    See src/lib/utils/constants.ts — PRODUCTION_READY
  -->

</urlset>
