<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public-facing shells of the SPA. Routes here
  are intentionally limited to ones a brand or signup search would
  surface. The auth-walled surfaces are not useful to crawl (they
  redirect to login). The marketing pages (about, pricing, etc.) live
  on themelodyapp.com (the root domain), separate from this app.
  They have their own sitemap on that side.

  When the production host migrates from preview.themelodyapp.com to
  app.themelodyapp.com (see eas.json comments), update the <loc>
  prefix here AND the Sitemap line in robots.txt.

  Crawlers re-read this file periodically; the static lastmod hint
  prompts a fresh fetch when major redesigns ship. Not date-stamped
  via build because we never block deploys on regenerating it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://preview.themelodyapp.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://preview.themelodyapp.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://preview.themelodyapp.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://preview.themelodyapp.com/creators</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
