<?xml version="1.0" encoding="UTF-8"?>
<!--
  Marketing pages served by the React SPA. Mirrors the routes in src/App.jsx —
  add an entry here when you add a route. /how-it-works is omitted because it
  redirects to /why-moi, and /admin/* because it is not public.

  /blog is the generated post listing (scripts/build-blog-index.js). The
  articles it links to live on blog.moi.technology and are not listed here — a
  sitemap may only contain URLs for its own host. The blog ships its own
  sitemap, which robots.txt points crawlers at alongside this one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://moi.technology/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://moi.technology/blog</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://moi.technology/why-moi</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://moi.technology/manifesto</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://moi.technology/papers</loc>
    <priority>0.8</priority>
  </url>
</urlset>
