<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — valorice.be
  Deploy at: https://www.valorice.be/sitemap.xml
  Last updated: 2026-06-19

  hreflang EXPANSION NOTE (add when FR/NL language variants launch):
  ─────────────────────────────────────────────────────────────────────
  1. Add xmlns:xhtml="http://www.w3.org/1999/xhtml" to the <urlset> element:
     <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
             xmlns:xhtml="http://www.w3.org/1999/xhtml">

  2. Inside each <url> block, add alternate language links:
     <xhtml:link rel="alternate" hreflang="en" href="https://www.valorice.be/PAGE" />
     <xhtml:link rel="alternate" hreflang="fr" href="https://www.valorice.be/fr/PAGE" />
     <xhtml:link rel="alternate" hreflang="nl" href="https://www.valorice.be/nl/PAGE" />
     <xhtml:link rel="alternate" hreflang="x-default" href="https://www.valorice.be/PAGE" />

  3. Create equivalent <url> entries for /fr/ and /nl/ variants with the same
     hreflang cross-references pointing back to each other.

  Example for homepage:
  <url>
    <loc>https://www.valorice.be/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.valorice.be/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://www.valorice.be/fr/" />
    <xhtml:link rel="alternate" hreflang="nl" href="https://www.valorice.be/nl/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.valorice.be/" />
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://www.valorice.be/</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Why Now — key acquisition / authority page -->
  <url>
    <loc>https://www.valorice.be/why-now</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Approach — methodology / key acquisition page -->
  <url>
    <loc>https://www.valorice.be/approach</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Experience — authority-building / about -->
  <url>
    <loc>https://www.valorice.be/experience</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Thought Leadership — content / authority -->
  <url>
    <loc>https://www.valorice.be/thought-leadership</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Toolkit / Diagnostics — high-intent tool pages -->
  <url>
    <loc>https://www.valorice.be/toolkit</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://www.valorice.be/contact</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Privacy Policy — legal / utility page -->
  <url>
    <loc>https://www.valorice.be/privacy</loc>
    <lastmod>2026-06-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
