<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static public routes only. Product and category URLs live in the graph and
  are meant to be generated from the catalog at deploy time — see
  SEO_SITEMAP_TODO.md at the repo root.

  scripts/prerender.js reads this file to decide which routes to snapshot, so
  adding a page here is what makes it readable by a crawler.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://basicneeds.me/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://basicneeds.me/publish</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://basicneeds.me/vision</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
