<?xml version="1.0" encoding="UTF-8"?>
<!--
  DenStays sitemap.
  Search-result pages are dynamic/noindexed. /pet-friendly-hotels/{city} pages
  are the programmatic SEO moat (SEO_CITY_PAGES_SPEC.md) — built ONLY for
  cities with real sourced pet-policy data (src/data/pet_policies.json).
  Wave 1 (2026-07-22): Asheville, Austin, Denver. Add a new <url> here only
  when a new city page ships — never ahead of the data.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://denstays.co/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://denstays.co/guides/dog-friendly-cities</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://denstays.co/pet-friendly-hotels/asheville</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://denstays.co/pet-friendly-hotels/austin</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://denstays.co/pet-friendly-hotels/denver</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
