<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is not an oversight.

  The application uses HashRouter, so every other route is a fragment
  (/#/compliance, /#/privacy, /#/terms). A fragment is never sent to the server
  and is not a separate document to a crawler, so listing those here would be
  listing URLs that cannot be indexed independently. Only "/" is a real page.

  If the compliance, privacy and terms pages should rank on their own, that is
  a routing change (BrowserRouter plus server rewrites), not a sitemap change.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://forms.intellic.health/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
