<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sigs.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sigs.org/schemas/sitemap/0.9
        http://www.sigs.org/schemas/sitemap/0.9/sitemap.xsd">
  
  <!-- Home Page -->
  <url>
    <loc>https://yourdomain.com/</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Browse Page -->
  <url>
    <loc>https://yourdomain.com/browse</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Pricing Page -->
  <url>
    <loc>https://yourdomain.com/pricing</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Auth Page -->
  <url>
    <loc>https://yourdomain.com/auth</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Example State Pages (add all 50 states) -->
  <url>
    <loc>https://yourdomain.com/california</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/texas</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/florida</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/new-york</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Example State + Species Pages -->
  <url>
    <loc>https://yourdomain.com/california/dogs</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/california/cats</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/texas/dogs</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/texas/cats</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Note: Individual pet detail pages (/pet/:id) should be added dynamically 
       as new pets are listed. Consider generating this sitemap programmatically 
       or using a sitemap generator service that fetches from your database. -->
  
</urlset>
