<?xml version="1.0" encoding="UTF-8"?>
<!--
  StreamVibe - The Blueprint for Discovery
  This is our application's map, handcrafted for search engines. Every line here is a
  clear instruction to Google, guiding its crawlers to the valuable content we've built.
  This file directly addresses the "XML Sitemap: Needs Attention" requirement from the
  AdSense report and is a foundational piece of our SEO strategy, ensuring our
  creation gets the visibility it deserves.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- The homepage is the most important, so we give it the highest priority. -->
  <url>
    <loc>https://streamvibe-6wp4.vercel.app/</loc>
    <priority>1.0</priority>
  </url>
  
  <!-- Our essential policy and information pages are given high priority to
       signal their importance to search engines. -->
  <url>
    <loc>https://streamvibe-6wp4.vercel.app/about</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://streamvibe-6wp4.vercel.app/privacy</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://streamvibe-6wp4.vercel.app/terms</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://streamvibe-6wp4.vercel.app/disclaimer</loc>
    <priority>0.8</priority>
  </url>
  
  <!-- The authentication page is less important for SEO, so it has a lower priority. -->
  <url>
    <loc>https://streamvibe-6wp4.vercel.app/auth</loc>
    <priority>0.5</priority>
  </url>
</urlset>

