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

    Rules:
      1. ONLY URLs on the verified property (https://notepatra.org/) belong here.
         External URLs (e.g. github.com/...) are flagged "URL not allowed for a
         Sitemap at this location" by Google and cause submission errors.
         GitHub maintains its own sitemap for its own pages.
      2. NO #fragment URLs. Google treats notepatra.org/#download as the same
         page as notepatra.org/ — listing them in the sitemap creates duplicate
         signals and gets dropped silently. Internal page navigation via
         <nav> + anchor links + JSON-LD ItemList is what helps section ranking,
         not sitemap entries.
      3. Every indexable page belongs here. As of v0.1.128 that is four:
         index.html (marketing homepage), docs.html (deeper docs / install /
         API), mcp.html (the MCP server reference) and enterprise.html (legal
         / compliance posture). All four are canonical, return 200 and carry
         no noindex. 404.html is intentionally excluded.
         mcp.html and enterprise.html were live and indexable for several
         releases before anyone added them here — if you add a page, add it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://notepatra.org/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://notepatra.org/docs.html</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://notepatra.org/mcp.html</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://notepatra.org/enterprise.html</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
