<?xml version="1.0" encoding="UTF-8"?>
<!--
  目前整站只有一个 URL——应用是单页的，没有路由。
  这份文件现在的价值不在"告诉 Google 有哪些页"（一个页它自己也找得到），
  而在于把 sitemap 这条通道先建起来：以后每加一个工具落地页
  （/crop-to-1080x1920、/batch-resize 之类），在这里补一行即可，
  不必到那时才回头补基建。

  lastmod 手工维护。加页时记得改，写个过期的日期比不写更糟——
  Google 会因为你反复给出不可信的 lastmod 而降低对整份 sitemap 的信任。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://gamut.tools/</loc>
    <lastmod>2026-08-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
