<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for Grub & Play.
  Note: Individual venue pages (e.g. /venue/123) are dynamically generated.
  For a complete sitemap including all venue URLs, implement a backend endpoint
  that generates this file dynamically using all approved venue IDs from the database.
  Recommended: GET /api/sitemap.xml — query all approved venues and output their /venue/:id URLs.
  City pages use the format /city/{city-name}-{state-code} (e.g. /city/dallas-tx).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://grubandplay.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/search</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/city/new-braunfels-tx</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/city/san-antonio-tx</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/city/austin-tx</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/submit</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/for-business</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://grubandplay.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
