<?xml version="1.0" encoding="UTF-8"?>
<!--
  The firm site's public pages.

  Hand-written rather than generated: this is a six-route Vite SPA and a build
  step to emit six URLs would be more moving parts than the thing it produces.
  If products.js grows past a handful of entries, generate it then.

  /intelligence is deliberately ABSENT. It redirects to the product lander on
  intelligence.cortexcre.com, and a sitemap that lists a redirecting URL asks a
  crawler to index a page that is not there. The product publishes its own
  sitemap, and that is where /intelligence belongs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cortexcre.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cortexcre.com/products</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
