<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap index. All children are served from petsearchunited.com (same host):
     - sitemap-static.xml : static/marketing pages (this static file)
     - sitemap-pets.xml    : dynamic per-pet pages, proxied to the backend's
                             /sitemap.xml via a rewrite in vercel.json
     - sitemap-blog.xml    : dynamic blog articles from the DB, proxied to the
                             backend's /sitemap-blog.xml via vercel.json -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://petsearchunited.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://petsearchunited.com/sitemap-pets.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://petsearchunited.com/sitemap-blog.xml</loc>
  </sitemap>
</sitemapindex>
