<?xml version="1.0" encoding="UTF-8"?>
<!--
  cognoodle.ai sitemap.

  https://cognoodle.ai/sitemap.xml was a 404 in production on 2026-08-16
  (measured: curl -o /dev/null -w '%{http_code}' -> 404). robots.txt is served
  by Cloudflare's managed content and is NOT a file in this repo, so it is not
  duplicated here.

  Every <loc> below is a route `next build` emits into out/ for this project.
  There are eight, and this file lists eight. If a route is added or removed,
  this file has to move with it — a sitemap that advertises a 404 is worse than
  none.

  Host: www. Both apex and www answer 200 with no redirect (measured), so the
  canonical is a choice rather than a fact — and the site already made it:
  metadataBase and openGraph.url in src/app/layout.tsx are both
  https://www.cognoodle.ai. This file matches them rather than inventing a
  second canonical.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.cognoodle.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/products</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/legal/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.cognoodle.ai/legal/security</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
