<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public pages of a workshop's booking site. Relative locations, because the same bundle is
  served from every workshop's own subdomain -- there is no single canonical host to hard-code,
  and a sitemap naming the wrong one would be worse than none.

  Token pages are absent by design; see robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>/impressum</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>/datenschutz</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
