<?xml version="1.0" encoding="UTF-8"?>
<!--
  Smart Future sitemap.

  Canonical domain: https://www.smartfuture.co.za (www enforced by the
  apex 308 in vercel.json). NO entry may use https://site.smartfuture.co.za
  — that host is the internal Vercel test site and is served with
  X-Robots-Tag: noindex.

  Only live, indexable pages are listed. Historical URLs (about-us,
  application-form, new-application, contact-us, /coverage, /voice,
  /store, /support, /about, /contact, /acceptable-use-policy) each have a
  301 in vercel.json, so Googlebot follows the redirect and drops the
  stale entry on its next crawl. Listing a redirecting URL here would
  actively work against that.

  Deliberately EXCLUDED:
    /acceptable-use-policy  — RETIRED. 301s to "/" (was indexed by Google).
    /clientzone             — auth-only shell; nothing to index.
    /coverage-results       — dynamic per-address; unbounded URL variants.
    /security/packages/:id  — dynamic, admin-managed catalogue.
    /job-opportunities/:id  — dynamic listings that expire; the
                              /job-opportunities index page is the entry
                              point Google should hold.

  When a new public page ships: add it here AND to INDEXABLE_PATHS in
  src/lib/seo.js, which is what drives the per-route canonical + robots
  directive at runtime.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://www.smartfuture.co.za/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/fibre</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/security</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/job-opportunities</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/terms-of-use</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/paia-manual</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.smartfuture.co.za/account-deletion</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
