<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained sitemap for the Utility Cluster (handyai.tools).

  Add a new <url> block every time a tool moves from 'soon' to 'live'
  in src/data/site.ts. The path mirrors /tools/<slug>/.

  Priority convention:
    1.0  = homepage
    0.8  = a live tool page
    0.4  = informational pages (about, privacy)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://handyai.tools/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://handyai.tools/tools/token-counter/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://handyai.tools/tools/ai-cost-calculator/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://handyai.tools/about/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://handyai.tools/privacy/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
