<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every URL Clutch wants indexed. Three, today.

  Extensionless on purpose: vercel.json sets "cleanUrls": true, so /privacy is
  the real address and /privacy.html redirects to it. A sitemap must list the
  destination, never a URL that redirects.

  Absolute URLs, apex domain, no www - matching the <link rel="canonical"> on
  each page. www currently answers 200 rather than redirecting, so the canonical
  tag is the only thing telling Google which of the two is the real one; listing
  the apex here says it a second time.

  lastmod is the honest last edit of each page's content. It is a hint, not a
  promise, and lying about it (bumping every date on every deploy) teaches Google
  to ignore the field. Update it when the words change, not when the CSS does.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://useclutchapp.com/</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://useclutchapp.com/privacy</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://useclutchapp.com/terms</loc>
    <lastmod>2026-07-20</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
