<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap covering fixed routes only. Category and subcategory URLs
  (/category/:id, /category/:id/subcategory/:id) come from the database, so
  the full sitemap should ultimately be generated by the backend — e.g. a
  GET /sitemap.xml route on the Express app that queries the categories
  table — and served in place of this file at the reverse-proxy level.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pricelens.co.uk/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pricelens.co.uk/import</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://pricelens.co.uk/data</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://pricelens.co.uk/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://pricelens.co.uk/cookies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
