<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable public route, and only those.

  This file is hand-written while everything it describes is generated from
  routes.ts and seo.ts, so the two used to drift silently: /feedback was routed,
  prerendered and indexable for a fortnight while this comment claimed the file
  listed every public route (CG-2).
  webapp/src/components/Sitemap.test.ts now holds that claim to MARKETING_PATHS
  and seo.ts, in both directions — a new public page that never reaches this
  file fails the suite, and so does an entry for a page since noindexed.
  (Do not write a url tag inside this comment: the test reads the file with a
  regex, because it is ours and flat, and would count one.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://coregoo.com/</loc>
    <lastmod>2026-07-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://coregoo.com/features</loc>
    <lastmod>2026-07-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://coregoo.com/for-ai-agents</loc>
    <lastmod>2026-07-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- Where a stranger learns the open/closed line and that the meter is the
       agent run rather than the seat (CG-441). High priority: it is the page a
       buyer looks for, and the one that decides whether they need to pay. -->
  <url>
    <loc>https://coregoo.com/pricing</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- A form, not a pitch: listed because it is indexable and public, at the
       priority that says so. lastmod is when the page itself last changed
       (CG-133), not when this entry was added. -->
  <url>
    <loc>https://coregoo.com/feedback</loc>
    <lastmod>2026-07-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <!-- The comparison pages (CG-621). High commercial intent and the reason
       they exist, so priority sits with /for-ai-agents rather than with the
       feedback form. changefreq monthly: the copy moves when a competitor
       changes shape, which is not weekly. A fourth competitor added to
       webapp/src/marketing/comparisons.ts fails Sitemap.test.ts until it is
       listed here too. -->
  <url>
    <loc>https://coregoo.com/vs/linear</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://coregoo.com/vs/jira</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://coregoo.com/vs/asana</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
