<?xml version="1.0" encoding="UTF-8"?>
<!-- Every loc is the CANONICAL, extensionless URL and matches the
     <link rel="canonical"> on the page it names. Netlify 301s /page.html to
     /page, so listing the .html form would advertise a redirect. /example is
     deliberately absent: it is noindex (a 2.5 MB showcase, not a search
     result), and a sitemap that lists a noindex URL contradicts itself.

     LASTMOD IS A BUILD TOKEN, NOT A TYPED DATE. These three dates and the
     manual's dateModified used to be hand-stamped, which means they were
     right on the day someone remembered and wrong every day after.
     2026-08-18 is substituted by build-web.ps1, and the build refuses to
     finish if any @@TOKEN@@ survives into a public file.

     THE PRIVACY POLICY IS THE EXCEPTION, and it is hand-edited here for the
     same reason it is hand-edited in the document itself. Edward's deploy
     audit (S4): this URL carried the build token, so the sitemap announced
     that a LEGAL DOCUMENT changed on a day the document's own visible "Last
     updated" line said it had not — one fact, two homes, already diverged, on
     the one page where a wrong date is a claim about compliance. It now
     carries the policy's own date, and a test pins the two together so they
     cannot drift apart again. Move the policy, move this line. -->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cicmaker.co.uk/</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- The app itself, at its own canonical URL since the landing/app split
       (plan 17). The front page keeps 1.0: it is the page that describes the
       product; the app is what you open once you know what it is. -->
  <url>
    <loc>https://cicmaker.co.uk/app</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- The content page outranks the manual on purpose: it is the entry point
       for someone who does not yet know the tool exists, whereas the manual
       is for someone already using it. -->
  <url>
    <loc>https://cicmaker.co.uk/cleaning-instruction-cards</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://cicmaker.co.uk/manual</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://cicmaker.co.uk/privacy-policy</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
