<?xml version="1.0" encoding="UTF-8"?>
<!--
  NEIGH sitemap.

  ONE entry, because NEIGH is one page. Its nav links (#why, #advisory,
  #consultancy, #platform, #contact) are in-page anchors, NOT routes — fragments
  never belong in a sitemap; Google resolves them to this same URL and they only
  dilute the signal.

  URLs here are EXTENSIONLESS and must be byte-identical to each page's
  <link rel="canonical">. Cloudflare Workers static assets serves a pretty-URL
  layer (/about.html 307-redirects to /about), so listing the .html form would
  point crawlers at a redirect and split one page's ranking across two URLs.

  lastmod is hand-maintained — bump it when a page's copy actually changes, not
  on every deploy. A sitemap that claims daily freshness it can't back gets
  discounted.

  A NEW PAGE GOES IN BOTH THIS FILE AND build.sh's cp line, or it either won't
  deploy or won't be found.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://neigh.io/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
