<?xml version="1.0" encoding="UTF-8"?>
<!--
  Added 2026-08-24, the day the app moved from /demo/ to the domain apex and the
  old pitch page moved to /about/. A sitemap matters more right after a URL
  change than at any other time: it is the one way to tell a crawler that a set
  of URLs is current, rather than waiting for it to rediscover them by following
  links. /about/ in particular has exactly one inbound link in the whole site.

  DELIBERATELY ABSENT: /demo/ and its two aliases. They 301 to /, and listing a
  redirect in a sitemap asks a crawler to index a URL that immediately tells it
  to go somewhere else. Only canonical, 200-returning URLs belong here — each one
  below matches the canonical that page declares for itself.

  DEPLOY NOTE (2026-08-24): the five legal URLs carry a TRAILING SLASH because
  production redirects /terms -> /terms/ (Netlify pretty URLs). `netlify dev` does
  not do this, so the slash-less forms passed local checks and were only caught by
  probing the live site after deploy. A sitemap should list the URL that answers
  200, not one that 301s. Corrected here; ships with the next deploy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://function.cx/</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://function.cx/about/</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://function.cx/terms/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://function.cx/privacy/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://function.cx/refund-policy/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://function.cx/community-guidelines/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://function.cx/dmca/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
