<?xml version="1.0" encoding="UTF-8"?>
<!--
  auditbull.com sitemap — the target of the Sitemap: directive in robots.txt.

  Hand-maintained, like the rest of site/. Only site/{privacy,terms,
  subprocessors}/index.html are generated (scripts/build_site.py renders them
  from docs/legal/*.md); every other page here is committed HTML, so this file
  is maintained the same way they are: ADD A ROW WHEN YOU ADD A PAGE.

  <lastmod> is deliberately absent. The three legal pages are re-rendered by
  CI on every deploy, so a file mtime would say "changed today" when the text
  did not; a git date is wrong under the workflow's shallow checkout (one
  commit => every file dated the tip). An absent lastmod is valid per
  sitemaps.org and is ignored by consumers anyway when it can't be trusted —
  better than a confident lie. changefreq/priority are omitted for the same
  reason: nobody consumes them and we would be inventing numbers.

  Verify after editing with xmllint against the sitemaps.org 0.9 schema
  (https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://auditbull.com/</loc></url>
  <url><loc>https://auditbull.com/about/</loc></url>
  <url><loc>https://auditbull.com/partners/</loc></url>
  <url><loc>https://auditbull.com/resources/</loc></url>
  <url><loc>https://auditbull.com/support/</loc></url>
  <url><loc>https://auditbull.com/security/</loc></url>
  <url><loc>https://auditbull.com/status/</loc></url>
  <url><loc>https://auditbull.com/privacy/</loc></url>
  <url><loc>https://auditbull.com/terms/</loc></url>
  <url><loc>https://auditbull.com/subprocessors/</loc></url>
</urlset>
