<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, because every route in src/App.tsx is hand-written too. The
  auth routes (/login, /account, /auth/*) are deliberately absent — they carry a
  noindex meta instead, since a sitemap entry and a noindex are contradictory
  signals.

  This file is a placeholder for the real thing: once a DB-driven content layer
  exists (area and commute-reach pages), django.contrib.sitemaps should generate
  a sitemap index at this same URL and THIS FILE MUST BE DELETED — two documents
  cannot both answer /sitemap.xml.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://commuteless.nl/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://commuteless.nl/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://commuteless.nl/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
