<?xml version="1.0" encoding="UTF-8"?>
<urlset 
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
                      http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Root page -->
  <url>
    <loc>https://www.block-bazaar.tech/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Dashboard -->
  <url>
    <loc>https://www.block-bazaar.tech/dashboard</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Subscriptions -->
  <url>
    <loc>https://www.block-bazaar.tech/subscriptions</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Profile -->
  <url>
    <loc>https://www.block-bazaar.tech/profile</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Tier content (dynamic route example) -->
  <url>
    <loc>https://www.block-bazaar.tech/tier/{tierId}</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Not Found (optional) -->
  <url>
    <loc>https://www.block-bazaar.tech/404</loc>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>
