<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. This is a client-rendered SPA (@tanstack/react-router) whose
  vercel.ts rewrites every no-file path to /index.html, so there is no build-time
  route enumeration. List the public, indexable routes here by hand and keep it
  in sync with src/router.tsx. Excluded on purpose: /p/$id (per-product pages,
  not indexable). Files in public/ are served before the SPA fallback rewrite.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trackyourproduct.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trackyourproduct.com/settings</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://trackyourproduct.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://trackyourproduct.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
