<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home -->
  <url>
    <loc>https://homewagger.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Public sections -->
  <url>
    <loc>https://homewagger.app/dogs</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://homewagger.app/public-shelters</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://homewagger.app/public-adopters</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Dog detail pages (examples, replace with real IDs/slugs) -->
  <url>
    <loc>https://homewagger.app/dogs/12345</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://homewagger.app/dogs/67890</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Shelter detail pages (examples, replace with real slugs) -->
  <url>
    <loc>https://homewagger.app/public-shelters/tiny-tears-rescue</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://homewagger.app/public-shelters/paws-for-hope</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Adopter detail pages (examples, replace with real IDs) -->
  <url>
    <loc>https://homewagger.app/public-adopters/abcde</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://homewagger.app/public-adopters/fghij</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
