<?xml version="1.0" encoding="UTF-8"?>
<!--
  Ako's sitemap. TWO addresses, and that is honest.

  The app is one page with a hash router: #/tutors, #/why, #/trades and the
  eleven others are never sent to a server, so to a search engine they are all
  the same single URL. Listing them here would not create them; it would list
  eight copies of the home page, which is the one thing a sitemap is punished
  for. /exam-ready is in because it IS a separate document — public/exam-ready/
  is its own file, served at its own path.

  This file grows to eight the day the eight marketing pages exist as real
  documents under public/ (the plan is in reports/2026-09-10-advertising.md,
  section A5). Not before.

  No <lastmod>: a date that drifts out of true is read as a lie and costs the
  whole file trust. Leaving it out costs nothing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.akolocals.co.nz/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.akolocals.co.nz/exam-ready</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
