<?xml version="1.0" encoding="UTF-8"?>
<!--
  ╔══════════════════════════════════════════════════════════════════════════════╗
  ║  mySTELLARmark — Sitemap with xhtml:link hreflang annotations              ║
  ║                                                                            ║
  ║  Each <url> entry includes 16 <xhtml:link rel="alternate"> elements:       ║
  ║    • x-default  (fallback for unmatched languages)                         ║
  ║    • en         (English)                                                  ║
  ║    • es         (Spanish)                                                  ║
  ║    • zh-Hans    (Chinese Simplified)                                       ║
  ║    • zh-Hant    (Chinese Traditional)                                      ║
  ║    • ar         (Arabic)                                                   ║
  ║    • hi         (Hindi)                                                    ║
  ║    • fr         (French)                                                   ║
  ║    • de         (German)                                                   ║
  ║    • ja         (Japanese)                                                 ║
  ║    • ko         (Korean)                                                   ║
  ║    • pt-BR      (Portuguese, Brazil)                                       ║
  ║    • ru         (Russian)                                                  ║
  ║    • id         (Indonesian)                                               ║
  ║    • vi         (Vietnamese)                                               ║
  ║    • it         (Italian)                                                  ║
  ║                                                                            ║
  ║  All alternates point to the same canonical URL because mySTELLARmark      ║
  ║  serves translated content at the same URL via Google Translate.           ║
  ║  This server-side hreflang signal complements the client-side <link>       ║
  ║  tags injected by useDocumentMeta.ts — the recommended approach for SPAs   ║
  ║  since Googlebot may not always execute JavaScript.                        ║
  ║                                                                            ║
  ║  Language codes mirror HREFLANG_LANGUAGES in src/lib/seo.ts.              ║
  ║  BCP 47 tags follow Google's hreflang specification:                       ║
  ║    https://developers.google.com/search/docs/specialty/international/      ║
  ║    localized-versions                                                      ║
  ╚══════════════════════════════════════════════════════════════════════════════╝
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage -->
  <url>
    <loc>https://mystellarmark.com/</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/"/>
  </url>

  <!-- About -->
  <url>
    <loc>https://mystellarmark.com/about</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/about"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/about"/>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://mystellarmark.com/contact</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/contact"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/contact"/>
  </url>

  <!-- FAQ -->
  <url>
    <loc>https://mystellarmark.com/faq</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/faq"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/faq"/>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://mystellarmark.com/privacy</loc>
    <lastmod>2026-02-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/privacy"/>
  </url>

  <!-- Terms of Service -->
  <url>
    <loc>https://mystellarmark.com/terms</loc>
    <lastmod>2026-02-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/terms"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/terms"/>
  </url>

  <!-- Cookie Policy -->
  <url>
    <loc>https://mystellarmark.com/cookies</loc>
    <lastmod>2026-02-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="es"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans"   href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant"   href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="ar"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="hi"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="de"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="ja"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="ko"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="ru"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="id"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="vi"        href="https://mystellarmark.com/cookies"/>
    <xhtml:link rel="alternate" hreflang="it"        href="https://mystellarmark.com/cookies"/>
  </url>

</urlset>
