<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Marketing root. Locale subpaths (/es/, /fr/, /it/) exist on disk but
       are tagged noindex until Landing.tsx's copy goes through t("…");
       leaving them out of the sitemap until then. Flip on by adding the
       locale to INDEXABLE_LOCALES in web/scripts/prerender.mjs and the
       corresponding <url> entries here. -->
  <url>
    <loc>https://boardstudio.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://boardstudio.app/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://boardstudio.app/"/>
  </url>

  <!-- Kickstarter campaign landing (variant A: feature-led) -->
  <url>
    <loc>https://boardstudio.app/kickstarter</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://boardstudio.app/kickstarter"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://boardstudio.app/kickstarter?lang=es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://boardstudio.app/kickstarter"/>
  </url>

  <!-- Kickstarter campaign landing (variant B: narrative/quest) -->
  <url>
    <loc>https://boardstudio.app/kickstarter-quest</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://boardstudio.app/kickstarter-quest"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://boardstudio.app/kickstarter-quest"/>
  </url>

  <url>
    <loc>https://boardstudio.app/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://boardstudio.app/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
