<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static Sitemap Fallback
  
  The primary sitemap is dynamically generated at /sitemap.xml via Firebase Functions.
  This static file serves as a fallback and contains only the core static pages.
  
  For the complete sitemap including all casino pages, use:
  https://waitlistpokertournaments.com/sitemap.xml (dynamic, includes casino pages)
  https://waitlistpokertournaments.com/sitemap-casinos.xml (casino pages only)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage - Primary SEO Target -->
  <url>
    <loc>https://waitlistpokertournaments.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Casino Directory -->
  <url>
    <loc>https://waitlistpokertournaments.com/casinos</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Terms of Service -->
  <url>
    <loc>https://waitlistpokertournaments.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!-- Privacy Policy -->
  <url>
    <loc>https://waitlistpokertournaments.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>

