// =================================================================
// File: /client/public/sitemap.xml (NEW FILE - EXAMPLE)
// =================================================================
// In a real application, you would generate this file dynamically on the backend.
// For now, you can create a static version in /client/public/ with your most important links.

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.streamfluence.pro/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.streamfluence.pro/creators</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.streamfluence.pro/feed</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.streamfluence.pro/blog</loc>
    <priority>0.7</priority>
  </url>
</urlset>
