<?xml version="1.0" encoding="UTF-8"?>
<!--
  public/sitemap.xml

  Every route in src/routes.tsx that is prerendered and indexable, and nothing
  else. /404 is excluded: it is served at every address that does not exist, it
  carries noindex, and listing it invites a crawl of a page whose whole job is
  to return 404.

  changefreq and priority are gone. Google has stated it ignores both, and a
  hint nobody reads is a line that can only ever be wrong.

  lastmod is the date the PAGE last changed, not the date its figures changed.
  /record recomputes on every load; that is not a content change and the date
  does not move for it. Set these at deploy or drop the element — a lastmod
  that never moves is worse than an absent one, because it is a claim rather
  than a gap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pumpkn.ai/</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
  <url>
    <loc>https://pumpkn.ai/method</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
  <url>
    <loc>https://pumpkn.ai/record</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
  <url>
    <loc>https://pumpkn.ai/pricing</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
  <url>
    <loc>https://pumpkn.ai/faq</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
</urlset>
