<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every URL Flyndr currently has that is worth indexing.

  It is four, and that is the honest state of the site rather than an oversight:
  a search lives in the query string and canonicalises to the homepage, because
  the app renders on the client and a crawler is served the same empty shell at
  every address. See T8 in TASKS.md.

  Paths are defined in src/features/legal/paths.ts. If one is renamed, rename it
  here too — a sitemap listing a URL that 404s is worse than no sitemap.

  No <lastmod>: a date nobody updates is a date that lies.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://flyndr.app/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://flyndr.app/disclosure</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://flyndr.app/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://flyndr.app/imprint</loc>
    <priority>0.3</priority>
  </url>
</urlset>
