<?xml version="1.0" encoding="UTF-8"?>
<!--
  Bare-domain (awqot.app) marketing site only — a sitemap can only list
  URLs on the host it's served from, and each mosque's kiosk lives on its
  own subdomain (<slug>.awqot.app, see tenant.js), so kiosk pages never
  belong here regardless of how many mosques sign up.

  Deliberately excludes /signup, /reset-password, /update-password, and
  /admin — all four already carry <meta name="robots" content="noindex,
  nofollow"> (see each page's own <head>). Listing a noindex page in the
  sitemap sends a contradictory signal to crawlers, so the sitemap and
  each page's own indexing signal need to agree; if any of those four
  ever drops noindex on purpose, add it here too at the same time.

  Only <loc>/<lastmod> per URL — <priority>/<changefreq> are both
  ignored by Google's own crawler today, so omitted rather than kept as
  unused boilerplate.

  FUTURE — Knowledge Base section: no URL structure exists yet, so none
  is invented here. Once real KB pages exist, add a <url> block per
  article under this same flat list (suggested prefix: /kb/, matching
  the flat /about//features//privacy//terms/ convention already used —
  change freely if a different prefix is chosen). Being static HTML
  pages like every other page in deployable/, they fit this same
  hand-maintained file with no change in approach — no separate
  generator needed unless the article count grows large enough that
  hand-editing becomes the actual bottleneck.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://awqot.app/</loc>
    <lastmod>2026-08-08</lastmod>
  </url>

  <url>
    <loc>https://awqot.app/about</loc>
    <lastmod>2026-08-08</lastmod>
  </url>

  <url>
    <loc>https://awqot.app/features</loc>
    <lastmod>2026-08-08</lastmod>
  </url>

  <url>
    <loc>https://awqot.app/privacy</loc>
    <lastmod>2026-08-08</lastmod>
  </url>

  <url>
    <loc>https://awqot.app/terms</loc>
    <lastmod>2026-08-08</lastmod>
  </url>

  <!-- Knowledge Base articles go here once they exist. -->

</urlset>
