<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public marketing pages only. Short links, QR share pages and the
  signed-in app are excluded on purpose; see /robots.txt for why.

  Hand-maintained rather than generated: five URLs that change about once
  a quarter, and a build step to emit five lines would be more machinery
  than the problem deserves. Add a row when a public page is added to
  frontend/src/router.tsx.

  (No double hyphens in this comment: XML forbids them inside comments,
  which is how the first draft of this file failed to parse.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://minl.link/home</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://minl.link/new</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://minl.link/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://minl.link/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://minl.link/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
