<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, two URLs: the home page and the press kit.

  Both use the CANONICAL host (www), matching each page's canonical link element
  and og:url. Listing the apex here instead would tell Google a different address
  than the page claims for itself, and the apex 301s to www anyway.

  /press has no .html extension because Cloudflare Pages serves press.html at
  that clean URL. Listing press.html would be a second address for the same
  content, which is the duplicate-URL problem this file exists to avoid.

  There is deliberately no last-modified element. Nothing in this project
  updates one — there is no build step to stamp it — so it would be a date
  somebody typed once and then stopped touching. Google treats an inaccurate
  modification date as a reason to ignore the field across the whole site,
  which is worse than never claiming one. If a build step ever appears,
  generate it there or not at all.

  No change-frequency or priority elements either: Google has ignored both for
  years, and with a single URL priority is meaningless by definition.

  The error page is not listed. Error pages never belong in a sitemap.

  (Naming those elements literally, even in this comment, trips the tests that
  assert they are absent — deliberately. A regex audit cannot tell a comment
  from real markup and should not try.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.narrativenips.net/</loc>
  </url>
  <url>
    <loc>https://www.narrativenips.net/press</loc>
  </url>
</urlset>
