<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap index. robots.txt points here; this fans out to every URL set so
     Google's sitemap discovery reaches all venue pages.
       - sitemap-pages.xml      static pages + blog posts (committed file)
       - /api/sitemap-venues    every indexable /spots/<slug> venue page (dynamic)
       - /api/sitemap-cities    /spots + /happy-hour/<city>[/<hood>] hub pages (dynamic)
     Canonical host is www (the apex redirects). -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.spotd.biz/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.spotd.biz/api/sitemap-venues</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.spotd.biz/api/sitemap-cities</loc>
  </sitemap>
</sitemapindex>
