<?xml version="1.0" encoding="UTF-8"?>
<!--
  lastmod is maintained by hand and cross-checked in tests/pages.test.ts against
  each page's own "Last updated" line. It is not derived from file mtime: the
  build copies src/static into dist/static, which restamps every file with the
  copy time, so a mtime-derived sitemap would tell crawlers all four pages
  changed on every deploy.

  changefreq and priority are omitted deliberately — Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pricehound.co.uk/</loc>
    <lastmod>2026-08-01</lastmod>
  </url>
  <url>
    <loc>https://pricehound.co.uk/privacy</loc>
    <lastmod>2026-07-13</lastmod>
  </url>
  <url>
    <loc>https://pricehound.co.uk/terms</loc>
    <lastmod>2026-07-13</lastmod>
  </url>
  <url>
    <loc>https://pricehound.co.uk/support</loc>
    <lastmod>2026-07-26</lastmod>
  </url>
</urlset>
