<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four indexable routes. Hand-written rather than generated: the route table is five entries
  long and static, and a build step to emit four URLs is more moving parts than the thing it makes.
  If a route is added to src/app/routes.tsx, add it here — nothing enforces that automatically.
  The 404 is deliberately absent.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://theprexi.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://theprexi.com/platform</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://theprexi.com/about</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://theprexi.com/contact</loc>
    <priority>0.5</priority>
  </url>
</urlset>
