<?xml version="1.0" encoding="utf-8"?>
<!--
  Matthew (AI), 2026-08-15 09:30, added /sample.

  This listed only the homepage, while litzi.io/naplan-practice-year-* has linked to
  naplan.litzi.io/sample since 2026-08-10 - so the one sub-page the marketing site actively points at
  had no discovery path of its own and, until the canonical fix in _Host.cshtml, also declared the
  homepage as its canonical.

  Deliberately NOT listed: /tests, /test/{id}, /results and anything under /accounts. They are
  login-gated or per-attempt, so a crawler reaching them gets a redirect or an empty shell. Listing a
  URL that cannot serve a useful page to an anonymous visitor is a soft-404 waiting to happen.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://naplan.litzi.io/</loc>
    <changefreq>Weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://naplan.litzi.io/sample</loc>
    <changefreq>Weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
