<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the root URL is listed. This app uses React Router's hash router
  (createHashRouter, see router.tsx) -- every other route is a URL fragment
  (clerkspark.com/#/legal/privacy-policy), which Google's crawler does not
  treat as a separately indexable page. Those links still work fine for a
  human clicking them or for Google's OAuth consent screen field, which
  only needs a working URL, not a crawled/indexed one.

  To get /legal/privacy-policy and /legal/sub-processors genuinely indexed
  as their own pages, the app would need real path-based routing (a
  createBrowserRouter + a server/CDN rewrite rule) instead of hash routing --
  a bigger change than this finding's scope. Flagged, not silently worked
  around.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://clerkspark.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
