<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hosts must match the canonical each route declares (globalmpc.tech — see
  src/routes/__root.tsx SITE_URL). A sitemap that submits one host while the
  pages canonicalise to another gives search engines two conflicting answers,
  and neither host gets consolidated.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://globalmpc.tech/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://globalmpc.tech/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://globalmpc.tech/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/whitepaper</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/operations</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/insights</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/insights/next</loc>
    <lastmod>2026-07-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/brand</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/privacy-policy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://globalmpc.tech/cookie-policy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
