<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public marketing surface of Agent CMO.

  This file lists URLs we *want* Google to discover and rank for. Private
  app surface (dashboard, settings, admin) is intentionally omitted and
  is also disallowed in robots.txt.

  When admin-managed site pages are added (sitePagesTable.is_visible =
  true via /admin/pages), each one is reachable at /pages/<slug>. They
  are not enumerated here because:
    - the table is currently empty;
    - they are admin-controlled content (T&C, privacy policy, etc.) that
      should be added to this sitemap by hand at the same time the page
      itself is added, OR served from a future dynamic /sitemap.xml route
      on the api-server.

  `lastmod` is ISO-8601 UTC. Update it when the homepage or pricing page
  has a meaningful copy change. `changefreq` and `priority` are advisory
  hints to crawlers — Google has stated they ignore them, but other
  search engines and AI crawlers still read them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://agent-cmo.com/</loc>
    <lastmod>2026-05-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://agent-cmo.com/pricing</loc>
    <lastmod>2026-05-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://agent-cmo.com/sign-up</loc>
    <lastmod>2026-05-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://agent-cmo.com/sign-in</loc>
    <lastmod>2026-05-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
