<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four public routes. Note /for-publishers (the public pitch, listed
  here) is a different page from /publisher (the signed-in workspace, not
  listed). Every other route in the app (/app, /writing,
  /publisher, /admin, /citation-finder) is a signed-in surface carrying a
  `noindex` meta tag, and listing a noindex URL in a sitemap sends a crawler
  two contradictory instructions.

  No <changefreq> or <priority>: Google ignores both, so they'd be decoration
  that still has to be kept honest. Keep <lastmod> accurate or drop it — a
  lastmod that always says "today" is one of the signals Google learns to
  distrust.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://citewise-ai.com/</loc>
    <lastmod>2026-08-09</lastmod>
  </url>
  <url>
    <loc>https://citewise-ai.com/demo</loc>
    <lastmod>2026-08-09</lastmod>
  </url>
  <url>
    <loc>https://citewise-ai.com/pricing</loc>
    <lastmod>2026-08-09</lastmod>
  </url>
  <url>
    <loc>https://citewise-ai.com/for-publishers</loc>
    <lastmod>2026-08-09</lastmod>
  </url>
</urlset>