<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every page a search engine should index, and nothing else.

  Two pages are deliberately absent: /signin and /welcome both carry a
  `noindex` meta tag, and listing a page here that tells the crawler not to
  index it is a contradiction Search Console reports as an error.

  URLs are written the way `cleanUrls` in vercel.json serves them — no
  `.html` — which is also what each page's own `<link rel="canonical">` says.
  Those two have to agree; test/sitemap.test.mjs is what makes sure they do.

  No <lastmod>, <changefreq> or <priority>. Google ignores the last two
  outright and discards lastmod it cannot trust, and a hand-written date is
  exactly the kind it cannot trust — it goes stale the first time a page is
  edited and the file is not.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://clipp.pics/</loc></url>
  <url><loc>https://clipp.pics/shortcuts</loc></url>
  <url><loc>https://clipp.pics/contact</loc></url>
  <url><loc>https://clipp.pics/privacy</loc></url>
  <url><loc>https://clipp.pics/privacy-ko</loc></url>
  <url><loc>https://clipp.pics/terms</loc></url>
  <url><loc>https://clipp.pics/refunds</loc></url>
</urlset>
