<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical host is the apex `aura-advertising.com`. That is not a preference: it is what
  index.html already declares in <link rel="canonical">, og:url and every JSON-LD @id.
  `www.aura-advertising.com` resolves too, but Caddy 301s it to the apex, so the apex is
  the one canonical form. The site moved off `aura-advertising.ai` on 2026-09-14 (that name
  now permanently redirects here); before 2026-09-05 this file even named `www.aura.media`,
  a GoDaddy parked for-sale domain, so every canonical URL then pointed at a lander.

  No <changefreq> or <priority>: "Google ignores <priority> and <changefreq> values."

  No <lastmod> either, deliberately. Google uses it only "if it's consistently and
  verifiably (for example by comparing to the last modification of the page) accurate",
  and warns against trivial edits. The last commits touching these four pages were a lint
  pass and a fetch-handling fix, not content changes, so a date taken from git would be
  exactly the misuse it describes — and an unreliable one teaches Google to distrust the
  whole file. Add lastmod when the text itself changes, not when the file does.

  https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://aura-advertising.com/</loc>
  </url>
  <url>
    <loc>https://aura-advertising.com/terms</loc>
  </url>
  <url>
    <loc>https://aura-advertising.com/privacy</loc>
  </url>
  <url>
    <loc>https://aura-advertising.com/legal</loc>
  </url>
</urlset>
