<?xml version="1.0" encoding="UTF-8"?>
<!--
  The routes that ACTUALLY exist, verified 200 against the real handler before this file
  was committed (tests/geo.spec.ts walks every <loc> here and asserts the status).

  THE SHARE LANDING /r/<payload> IS DELIBERATELY NOT LISTED, and that is a decision, not an
  omission. server.js sends those pages `noindex, follow` (see shareLanding()): they are
  per-run URLs, unbounded in number, and each one is a card, a headline and a CTA — thin by
  construction. Submitting a noindex URL in a sitemap is a direct contradiction that Search
  Console reports as an error, and getting them indexed would be the AdSense low-value-content
  trap the GEO audit (T-000679) warns about. The `follow` half is the part we want: a shared
  link passes its equity to / and /guide, which ARE listed here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rainline.auto-ai-agency.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://rainline.auto-ai-agency.com/guide</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://rainline.auto-ai-agency.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
