<?xml version="1.0" encoding="UTF-8"?>
<!--
  The addresses worth indexing, which is every page that is a page: the app
  itself and the four standing pages behind it.

  Nothing from a live session is listed, and that is not an oversight — a
  round exists for an evening and is gone by the time a crawler would come
  back to it. `lastmod` is left off for the same reason a stale date is worse
  than none: it would have to be maintained by hand on every edit, and a date
  that lies is a date Google learns to ignore.

  Kept in step with `src/lib/routes.ts` by seo.test.ts, which fails if a page
  gains an address and does not gain an entry here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://filmsloth.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://filmsloth.com/about</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://filmsloth.com/contact</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://filmsloth.com/privacy</loc>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://filmsloth.com/impressum</loc>
    <priority>0.4</priority>
  </url>
</urlset>
