<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, honestly.

  The app is a single route: tabs are state, not addresses, so inventing
  /programs and /help here would list pages that 200 only because *everything*
  200s — Apache falls every unknown path back to index.html. A sitemap that
  promises URLs which are really one URL teaches a crawler to distrust the
  file, and a crawler that distrusts the file is the opposite of the point.

  This is also the ceiling on what search can do for this site as it stands.
  Ten years of published cut-offs — the thing Iraqi students actually search
  for, by college and by year — live behind that single address and can only
  be reached by running the app. Real URLs for them are the work that moves
  this; see deploy/SEARCH.md.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://insyabia.com/</loc>
    <lastmod>2026-09-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
