<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four addresses on the apex that a stranger is meant to reach. Everything else in
  this product is behind a sign-in, or lives on a school's own subdomain.

  No <lastmod>: it would have to be written by hand and would be wrong the day after,
  and a stale lastmod is read as an assertion. No <priority> or <changefreq>: both are
  ignored by every major crawler.

  NO hreflang, deliberately. An hreflang set only means anything when each page lists
  itself with a language code alongside its alternates at other URLs — and there are no
  other URLs: the language is a client-side choice, there is no /en/ or /ru/ path, and the
  switch writes localStorage and re-renders in place. A lone x-default pointing at the URL
  it already sits inside tells a crawler nothing, and `xhtml:link` is an extension the
  sitemaps.org 0.9 schema does not admit.

  ⚠ ONE FILE, EVERY HOST — the same caveat robots.txt carries. A tenant subdomain answers
  this sitemap too, listing four apex URLs, and a cross-host sitemap is ignored. A tenant
  with a genuinely public page needs its own; it cannot be served from here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://aiedu.az/</loc>
  </url>
  <url>
    <loc>https://aiedu.az/register</loc>
  </url>
  <url>
    <loc>https://aiedu.az/terms</loc>
  </url>
  <url>
    <loc>https://aiedu.az/privacy</loc>
  </url>
</urlset>
