<?xml version="1.0" encoding="UTF-8"?>
<!--
  Lists the pages you want found in Google. The 404 page is deliberately left
  out. If you add a page, copy a block and change the loc; update lastmod when
  a page changes in a way worth re-crawling.

  Two rules that are easy to get wrong:
    · Every loc must be the page's canonical address — the www version, https,
      and the tidy URL with no .html. A sitemap that lists /machines.html when
      the page canonicalises to /machines just tells Google to go and get
      redirected.
    · lastmod is a claim about the page, not the file. Bumping every date on
      every upload trains Google to stop believing it. Only change the date on
      pages whose content actually changed.

  Submit it once at search.google.com/search-console — see "Getting found on
  Google" in README.md. After that Google re-reads it on its own.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.scff.co.za/</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.scff.co.za/machines</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.scff.co.za/contact</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.scff.co.za/about</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>0.6</priority>
  </url>
  <!-- Listed on purpose. A privacy policy is not a page anyone searches for,
       but Google likes to see that a business has one, and a page reachable
       only from the footer is easy for a crawler to undervalue. -->
  <url>
    <loc>https://www.scff.co.za/privacy</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>0.3</priority>
  </url>
</urlset>
