<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for ai-readiness.dev. Routes: `/` (landing) + the /methodology
  authority page + the on-site legal pages /privacy-policy, /cookie-policy and
  /terms-and-conditions. The assessment runs as a click-to-mount React island on
  `/` (no standalone /assessment route). Source
  of truth for the URL set: web/src/seo/routes.seo.ts (ROUTE_SEO). The 404 page
  is intentionally EXCLUDED (noindex). <lastmod> = the date each route's content
  last changed. NO <changefreq>/<priority>: Google ignores both (DevOps doc §9);
  a valid <lastmod> + a 200-resolving absolute-https <loc> on the single
  canonical host are what matter. robots.txt's Sitemap: line points here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ai-readiness.dev/</loc>
    <lastmod>2026-06-23</lastmod>
  </url>
  <url>
    <loc>https://ai-readiness.dev/methodology</loc>
    <lastmod>2026-06-23</lastmod>
  </url>
  <url>
    <loc>https://ai-readiness.dev/privacy-policy</loc>
    <lastmod>2026-06-22</lastmod>
  </url>
  <url>
    <loc>https://ai-readiness.dev/cookie-policy</loc>
    <lastmod>2026-06-22</lastmod>
  </url>
  <url>
    <loc>https://ai-readiness.dev/terms-and-conditions</loc>
    <lastmod>2026-06-23</lastmod>
  </url>
</urlset>
