<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only. Keep in sync with the public route list in
  src/App.tsx: home page plus static legal/info pages. Authenticated app
  routes (dashboard, albums, songs, settings, etc.) and dynamic/tokenized
  routes (e.g. /share/:token, /newsletter/confirm) are intentionally
  excluded since they are not meant for search indexing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ai-music-organizer.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ai-music-organizer.com/impressum</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ai-music-organizer.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ai-music-organizer.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
