<?xml version="1.0" encoding="UTF-8"?>
<!--
  NESO HQ LLC — sitemap entries for the website membership, 17 August 2026.

  THIS IS A FRAGMENT, NOT A REPLACEMENT. The live sitemap.xml is not held in this
  workspace, so this file cannot be pasted over it — doing so would delete every
  existing URL. Open the deployed sitemap.xml in the hub repo and paste the two
  <url> blocks below inside the existing <urlset>, then commit.

  Both pages are indexable by decision: they are a promotion meant to spread, unlike
  the six audience pages, which are noindex and shared by link. Neither carries a
  noindex tag, and both are in the sitemap for that reason.

  lastmod is the deploy date. Update it whenever either page changes materially —
  a stale lastmod is a small lie a crawler notices.

  After deploying: add both URLs to neso-linkcheck WITH BODY ASSERTIONS. A missing
  page on Cloudflare Pages serves the hub and returns 200, so a status-code check
  passes on a page that does not exist.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://nesohq.com/website-membership.html</loc>
    <lastmod>2026-08-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://nesohq.com/site-brief.html</loc>
    <lastmod>2026-08-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
