<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static seed sitemap. Public user profiles (/u/{nickname}), public song
  shares (/song/{id}), and public band pages (/b/{bandId}) are NOT enumerated
  here — they're crawler-discoverable via the OG SSR rewrites, and a
  Cloud-Function-generated dynamic sitemap can layer in later when the
  user base grows enough to justify it.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://shreducate.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://shreducate.net/legal/privacy.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://shreducate.net/legal/terms.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
