<?xml version="1.0" encoding="UTF-8"?>
<!-- Only self-canonicalising public URLs belong here. index.html hard-codes
     <link rel="canonical"> to the root for every route, so listing a deep
     route would hand Google a sitemap entry that the page itself disowns.
     /landing renders the same component as / and is deliberately omitted as a
     duplicate. Widen this once canonical is set per-route. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.spokeops.cloud/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
