<?xml version="1.0" encoding="UTF-8"?>
<!--
  Draft0 — static sitemap.

  Lists the fixed pages only. It can't list individual case-study
  URLs (/project?slug=...) because those are entirely CMS-driven —
  created, renamed, published, and unpublished from the tools site
  with no build step here that could regenerate this file to match.
  Search engines still discover and index those pages fine via the
  normal links to them from work.html/index.html; they just won't
  get the small extra signal a sitemap entry gives. If that
  matters more later, the tools site could grow an endpoint that
  generates a second, project-specific sitemap dynamically from the
  same data api/public/site_content.php already serves — nothing
  here would need to change for that, this file would just gain a
  <sitemap> reference to it in a sitemap index.

  apply.html is intentionally left out — it carries its own
  noindex meta tag (see apply.html's <head>), so it isn't meant to
  be indexed or discovered via sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://draft0.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://draft0.in/work</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://draft0.in/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://draft0.in/services</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://draft0.in/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://draft0.in/careers</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://draft0.in/mentorships</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
