<?xml version="1.0" encoding="UTF-8"?>
<!--
  Indexable routes from src/App.js, listed on the canonical production origin.

  The origin is hard-coded: files in public/ are copied verbatim, so unlike
  index.html they get no REACT_APP_* substitution. Keep these URLs matching
  REACT_APP_SITE_URL in .env.production, and add an entry whenever an
  indexable route is added.

  Deliberately absent:
    /privacy, /terms   marked noindex in usePageMeta; see robots.txt
    /contact-sales     a redirect to /contact-us, and redirects do not belong
                       in a sitemap
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://servicerecord.co.uk/</loc>
  </url>
  <url>
    <loc>https://servicerecord.co.uk/pricing</loc>
  </url>
  <url>
    <loc>https://servicerecord.co.uk/contact-us</loc>
  </url>
  <url>
    <loc>https://servicerecord.co.uk/security</loc>
  </url>
</urlset>
