<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for the LAPTI apex. build-web.sh bakes the real hostname and stamps the
  build date (UTC) into the fields below at stage time, so lastmod reflects the
  actual deploy rather than a date hand-copied once and left to rot. The
  placeholder tokens are deliberately not named in this comment — the same sed
  pass would substitute them here too and leave the comment reading oddly.

  Only the apex is listed. The app hosts are Disallow'd (see robots.txt) and
  /download/ is a binary, so neither belongs here.

  NO <xhtml:link hreflang> entries, on purpose: the landing serves BOTH languages
  from this ONE url with CSS hiding the inactive one, so there is no second url
  for hreflang to point at. Adding self-referential alternates would claim two
  language versions exist and invite crawlers to look for a page that isn't
  there. If the page is ever split into / and /en/, that is when hreflang becomes
  meaningful — and it should be added in both places at once.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://lapti.naithar.me/</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://lapti.naithar.me/terms</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://lapti.naithar.me/privacy</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
