<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Always-available minimal sitemap (never empty / never depends on backend) -->
  <sitemap>
    <loc>https://songkart.com/sitemap-static.xml</loc>
  </sitemap>

  <!-- Dynamic sitemaps generated by the express backend API -->
  <sitemap>
    <loc>https://songkart.com/api/sitemap?type=songs</loc>
  </sitemap>
  <sitemap>
    <loc>https://songkart.com/api/sitemap?type=sellers</loc>
  </sitemap>
  <sitemap>
    <loc>https://songkart.com/api/sitemap?type=blog</loc>
  </sitemap>
  <sitemap>
    <loc>https://songkart.com/api/sitemap?type=pages</loc>
  </sitemap>
</sitemapindex>
