<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public routes.

  /cookies is listed as of the advisor/consent work, which is the release that adds the route.
  It was deliberately held back in v1.3.3, where app/cookies did not exist and listing it would
  have advertised a 404.

  The extensionless /privacy and /terms forms depend on the extensionless-route rewrite in
  public/.htaccess. Without it both answer 403 and this file would be pointing crawlers at them.
  If that rewrite is ever removed, these two entries have to go with it.

  No <lastmod>: it is optional, and a hardcoded date would be wrong the moment it drifted from
  the real deploy. If per-page freshness ever matters, generate this file in build-static.mjs
  from the actual build timestamp rather than hand-editing a date here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://settledownatlas.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://settledownatlas.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://settledownatlas.com/terms</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://settledownatlas.com/cookies</loc>
    <priority>0.3</priority>
  </url>
</urlset>
