<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every route src/lib/router.ts answers to, and nothing else. The home page is
  one document with anchors, so #werkwijze, #over-mij and the rest are
  deliberately absent — a fragment is not a URL a crawler indexes separately.
  That is exactly why the FAQ became its own route instead of staying one.

  Add a <url> here the moment a route is added to ROUTES, and keep lastmod
  honest: a sitemap that claims everything changed today is a sitemap search
  engines stop believing. The two legal dates mirror PRIVACY_UPDATED and
  TERMS_UPDATED in src/content/legal.ts.

  Not every route belongs here. /bedankt is in ROUTES and deliberately absent:
  it is noindex, and vite/seo-files.ts fails the build if it ever shows up
  below. See UNLISTED_ROUTES in src/content/site.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://meesfx.nl/</loc>
    <lastmod>2026-07-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://meesfx.nl/veelgestelde-vragen</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://meesfx.nl/privacyverklaring</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://meesfx.nl/algemene-voorwaarden</loc>
    <lastmod>2026-07-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
