<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every route the site builds. There are three, and this list is maintained by
  hand: `src/pages/` holds index, privacy and store (plus `_kits.astro`, which
  Astro skips because of the underscore), and `build.format` is "directory", so
  each one is a trailing-slash URL.

  ADD A ROUTE, ADD IT HERE. The first version of this file listed only / and
  /store/, which would have dropped the privacy page the GDPR contact route lives
  on. It also listed /kits/, which was correct until that page was parked on
  2026-08-26 (see `src/pages/_kits.astro`) — a sitemap entry for a route that
  404s is worse than a missing one, so it came straight back out.

  No <lastmod>: a stale one is treated as a lie by crawlers and there is no
  build step feeding real per-page dates. <changefreq> and <priority> are
  omitted because Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://bestrusti.com/</loc></url>
  <url><loc>https://bestrusti.com/store/</loc></url>
  <url><loc>https://bestrusti.com/privacy/</loc></url>
</urlset>
