<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only indexable pages belong here. /signin and /signup are noindex until
  accounts open (see server/seo.ts), and listing a noindex page in a sitemap is
  a contradiction Search Console reports as an error.

  The landing CTAs are real <a href> elements now, so Googlebot can reach the
  product pages by following links and pass equity along them — they used to be
  buttons with onClick, which are not links to anything.

  That still only helps crawlers that execute JavaScript, because the landing
  page is client-rendered and a plain fetch sees the SPA shell. So this file
  remains the only route in for everything else, and stays the load-bearing
  part of discovery until pre-rendered HTML lands.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://gpstrack.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://gpstrack.dev/trackme</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://gpstrack.dev/meterless</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
