<?xml version="1.0" encoding="UTF-8"?>
<!--
  The two indexable routes only. /thank-you is noindex and is deliberately absent.
  Origin must match COMPANY.origin in src/app/content/site.ts.

  <lastmod> is the one hint search engines still act on (Google ignores changefreq and
  priority; they stay as documentation of intent). Refresh the dates on every content
  deploy: the landing entry whenever the landing copy in site.ts changes, the privacy
  entry whenever the policy changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://absoluteideas.ai/</loc>
    <lastmod>2026-09-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://absoluteideas.ai/privacy</loc>
    <lastmod>2026-09-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
