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

  The application routes with `withHashLocation()`, so every screen after the
  homepage is addressed as `https://www.moosing.it/#/search`. A fragment is
  never sent to the server and is not part of the identity of a document for a
  crawler, so listing those would be listing the homepage six times.

  Real pages for the venues and rooms would need path routing and server-side
  rendering; until then this file says what is true.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.moosing.it/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
