<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, and that is the whole indexable site. Merlijn's call,
  2026-08-04: the homepage and the diagnostic are the only pages worth
  arriving at from a search.

  /privacy is deployed and linked but carries <meta name="robots"
  content="noindex">, so listing it here would be a contradiction. Same for
  /404. Both are reachable on purpose; neither is a destination.

  /framework, /teardowns and both teardown samples are absent because none
  of them is deployed at all (see .vercelignore). A sitemap entry for a URL
  that 404s is worse than no entry: both Google and Bing discount a file
  that lies. When any of them ships, add it back here.

  lastmod must be true. An inaccurate one is worse than none: both engines
  discount sitemaps that lie. Update these when the page actually changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.merlijnconsultancy.com/</loc>
    <lastmod>2026-08-03</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.merlijnconsultancy.com/diagnostic</loc>
    <lastmod>2026-08-03</lastmod>
    <priority>0.9</priority>
  </url>
</urlset>
