<?xml version="1.0" encoding="UTF-8"?>
<!-- Apex sitemap. The gated dossier SPA lives at /, and /case-study is a server-rendered,
     crawlable page (CaseStudyViewController) — both indexable here. The blog (blog.zakaria.lu)
     is a separate property with its own dynamic sitemap served by BlogSeoController — do not
     list blog URLs here. lastmod is intentionally omitted so a static file can't advertise a
     stale date. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://zakaria.lu/</loc>
    <changefreq>monthly</changefreq>
  </url>
  <url>
    <loc>https://zakaria.lu/case-study</loc>
    <changefreq>monthly</changefreq>
  </url>
</urlset>
