<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, because two pages are public (the front page and /signup). Everything else is behind a sign-in
  and is disallowed in robots.txt.

  Listed by hand rather than generated: a generator that walks the app's
  routes would happily publish /money and /settings, which is the opposite of
  what this file and robots.txt are for.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://skipdeck.co.uk/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://skipdeck.co.uk/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <!--
    The digital waste tracking explainer. Changefreq is weekly rather than
    monthly because the October 2026 mandate is live regulation and the page
    quotes dates and a charge — if Defra moves either, this page moves the
    same week or it is wrong in public.
  -->
  <url>
    <loc>https://skipdeck.co.uk/digital-waste-tracking</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
