<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical host is the apex `aura-advertising.ai`. That is not a preference: it is what
  index.html already declares in <link rel="canonical">, og:url and every JSON-LD @id, and
  it is the only form with a DNS record — `www.aura-advertising.ai` resolves to nothing.
  This file and robots.txt named `https://www.aura.media/` until 2026-09-05, a GoDaddy
  parked for-sale domain, so every canonical URL the site published 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.ai/</loc>
  </url>
  <url>
    <loc>https://aura-advertising.ai/terms</loc>
  </url>
  <url>
    <loc>https://aura-advertising.ai/privacy</loc>
  </url>
  <url>
    <loc>https://aura-advertising.ai/legal</loc>
  </url>
</urlset>
