<?xml version="1.0" encoding="UTF-8"?>
<!-- The four routes the build actually serves, and no others: / (the SPA), /guide,
     /privacy and /terms (prerendered dist/*.html, served above the SPA fallback by
     server.js). The sitemap protocol requires absolute URLs, and since 2026-09-18 this app
     is served from https://auto-ai-agency.com/dewkeep/ (path migration,
     docs/PATH_MIGRATION.md phase 2 step 5) — so these name the APEX PATH, not the subdomain
     the app used to live on. The old subdomain still serves and 301s here; listing it would
     submit the redirect as if it were the canonical page, which is the opposite of what the
     migration is for. The paths must match src/lib/appBase.ts APP_BASE. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://auto-ai-agency.com/dewkeep/</loc></url>
  <url><loc>https://auto-ai-agency.com/dewkeep/guide</loc></url>
  <url><loc>https://auto-ai-agency.com/dewkeep/privacy</loc></url>
  <url><loc>https://auto-ai-agency.com/dewkeep/terms</loc></url>
</urlset>
