<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only URLs that exist, return 200, and are meant to be indexed.

  Deliberately absent: /login, /register and the cabinet. A sitemap is a
  statement that these are the pages worth ranking, and padding it with
  login-walled routes is how a site ends up with a crawl budget spent on
  redirects.

  Language is chosen per visitor (cookie, then GeoIP, then Accept-Language) on
  one URL rather than one URL per language, so there are no hreflang alternates
  to list here — claiming /da/ and /uk/ that do not exist was worse than
  claiming nothing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cbot.dk/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cbot.dk/calculator</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://cbot.dk/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://cbot.dk/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://cbot.dk/cookies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
