<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because there are two public documents: the landing page and the app
  it opens. The third, the admin console, is deliberately not here — it carries a
  noindex and a Disallow, and listing it in the sitemap would be telling a crawler
  to fetch the page the other two files just told it to leave alone.

  `/app` is the rewrite, not `/app.html`, because that is what the page's own
  canonical says. A sitemap that disagrees with a canonical is worse than no
  sitemap: it tells a crawler the site cannot name its own pages.

  `lastmod` is maintained by hand. It should be moved when the page's *content*
  changes in a way a searcher would notice — new styles, a different pitch — not
  on every deploy. A file whose lastmod is always today is a file crawlers learn
  to disbelieve.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://amarnavideo.com/</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://amarnavideo.com/app</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
