<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage - highest priority -->
  <url>
    <loc>https://www.spotwego.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Main sections - high priority -->
  <url>
    <loc>https://www.spotwego.com/venues</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
<!--   
  <url>
    <loc>https://www.spotwego.com/events</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url> -->
  
  <!-- Static pages - medium priority -->
  <url>
    <loc>https://www.spotwego.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://www.spotwego.com/how-to-join</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://www.spotwego.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Legal pages - lower priority -->
  <url>
    <loc>https://www.spotwego.com/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://www.spotwego.com/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  
  <!-- Individual venue pages get lower priority than main sections -->
  <!-- Note: In a real implementation, you'd dynamically generate these from your database -->
  <!-- For now, this establishes the hierarchy that main pages > venue pages -->
</urlset>
