<?xml version="1.0" encoding="UTF-8"?>
<!--
  Detail Aura - sitemap. Audit finding M9.

  Two URLs, which is the whole public surface: index.html is a single page and every nav
  item on it is an in-page anchor, not a separate document. Anchors do not belong in a
  sitemap. privacy.html is the only other page.

  Nothing internal is listed, and nothing internal exists to list (ch 22 §42.3). Verify
  after deploy with:
    curl https://detailaura.ca/sitemap.xml | grep -iE "admin|draft|staging|internal"
  It must return nothing.

  THE HOST BELOW IS AN UNCONFIRMED ASSUMPTION. detailaura.ca on the apex, no www, matching
  the canonical, hreflang, OG and JSON-LD @id values already baked into index.html. Confirm
  the domain and settle apex-vs-www BEFORE launch, then change all of them together. A
  sitemap on a different host from the canonical tag is ignored.

  lastmod is the remediation date. Update it whenever a page's content actually changes,
  not on every deploy - a lastmod that always says "today" is discounted by crawlers.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://detailaura.ca/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://detailaura.ca/privacy.html</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
