<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two pages that are actually meant to be found. pricing.html and admin.html both carry
  a noindex meta tag, so listing them here would contradict the pages themselves.

  URLs are the apex, matching the Traefik middleware that 301s www -> cueify.app.

  Update lastmod when a page's content genuinely changes — it is a hint to crawlers, so a date
  that moves on every deploy regardless teaches them to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cueify.app/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cueify.app/contact.html</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
