<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — hand-maintained, matching this project's other public/
  static files (robots.txt, manifest.webmanifest overrides). Lists only the
  real public, content-bearing routes from src/App.jsx's router: the
  Builder itself, patch notes, and the two legal pages. Deliberately
  excludes /admin/* (private, also disallowed in robots.txt) and every
  single-use/token-gated action link (/verify-email, /reset-password,
  /account/dispute, /account/cancel-deletion, /invite, /unsubscribe) — none
  of those have any evergreen content worth a search engine indexing.
  Update this file's <loc>/<lastmod> entries if a new public route is added.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mcbaseplanner.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mcbaseplanner.com/patch-notes</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://mcbaseplanner.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://mcbaseplanner.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
