<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, on purpose: app.skudo.org is almost entirely authenticated,
  so this lists only the handful of pages a logged-out visitor (or a crawler)
  can actually reach, and that list barely ever changes. There is no
  build-time route enumeration to generate it from the way marketing/ and
  help/ have, and building one for six URLs would be more code than it
  saves.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.skudo.org/login</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.skudo.org/register</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.skudo.org/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://app.skudo.org/report-abuse</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://app.skudo.org/donate</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.skudo.org/ticket</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
