<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- All public routes. The site is a SPA — Vercel's catchall rewrite
       serves index.html for every path, and the inline script in <head>
       reads window.location.pathname to set the initial data-page.
       Google's renderer executes JS, so each listed URL resolves to its
       intended view. The case routes (mynd/trt/growlink) load article
       content from /content/<route>.json which is auth-gated; crawlers
       get the rail + page scaffold but not the article body. That's
       acceptable signal for "this is a multi-page editorial site".
       URL order matches the rail's visible order (Mynd → TRT →
       Growlink → Me) — sitemap order doesn't affect SEO ranking but
       keeps source consistent with the site's curated flow. -->
  <url>
    <loc>https://burakvarol.design/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://burakvarol.design/mynd</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://burakvarol.design/trt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://burakvarol.design/growlink</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://burakvarol.design/me</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
