<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://dubscribe.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Static pages -->
  <url>
    <loc>https://dubscribe.com/labels</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://dubscribe.com/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://dubscribe.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    NOTE: For a complete sitemap with all artists and content,
    the backend should generate a dynamic sitemap.

    Consider creating a backend endpoint at /api/sitemap.xml that:
    1. Lists all public artist pages: /artist-slug
    2. Lists all public content: /artist-slug/content-id

    Then configure your web server to proxy /sitemap.xml to that endpoint.
  -->
</urlset>
