<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, because three pages are all a signed-out visitor can reach. Everything else is behind
  a session and is excluded in robots.txt.

  Static rather than generated: a generator that emits three known URLs is a build step to maintain
  in exchange for nothing. If the public surface grows past what fits on one screen here, generate it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://chordia.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://chordia.dev/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://chordia.dev/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
