<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap — Ask Audrey
  Only real, indexable URLs belong here. Google ignores fragment anchors
  (#features, #pricing, etc.), so the previous version padded crawl budget
  with URLs that resolved back to the same page. Each entry below is a
  distinct HTML document at build time.

  The marketing Landing currently mounts at /welcome (signed-out users
  hitting / are redirected there by RequireAuth). /welcome is the URL a
  crawler actually lands on, so it's listed here. When the route is
  renamed to / in a future deploy, swap /welcome below for /.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://askaudreyai.com/welcome</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://askaudreyai.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://askaudreyai.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
