<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately short.

  A sitemap is a list of pages worth indexing, not an inventory of every
  file that resolves. This app is one real page plus an upload tool; the
  quiz pages render the visitor's own imported libraries and carry
  noindex, so listing them would be asking a crawler to spend its budget
  on empty shells.

  lastmod is maintained by hand because this site has no build step to
  generate it. A wrong lastmod is worse than none — a date that never
  moves teaches crawlers to stop believing it — so update it when the
  page content genuinely changes, not on every deploy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://interactivequizapp.com/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://interactivequizapp.com/download.html</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://interactivequizapp.com/quizzes/custom-quiz.html</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
