<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-authored, not generated. HazloReal has exactly ONE indexable URL: the
  landing. /postular/ and the 404 page both ship `noindex,follow`, so neither
  belongs here — a sitemap that lists a noindex page sends Google two opposite
  instructions about the same URL.

  A static file could go stale the moment a page is added, so it does not rely
  on anyone remembering: scripts/check-invariants.mjs derives the indexable set
  from dist/**/*.html on every build and fails if this file does not match it
  exactly. Adding an indexable page therefore breaks the build until it is
  listed here.

  No <lastmod>, <changefreq> or <priority>. Google ignores changefreq and
  priority outright, and it discounts lastmod when it proves inaccurate — a
  hand-maintained date on a page that changes irregularly is a promise this
  file cannot keep.

  The host is the apex, matching `site` in astro.config.mjs and every
  <link rel="canonical"> the build emits.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hazloreal.app/</loc>
  </url>
</urlset>
