<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every URL the site actually serves. https://optionsiq.io is rewritten by Nginx to CANONICAL_ORIGIN
  (docker/nginx.conf.template), so the homepage <loc> always matches index.html's canonical.

  The legal pages are pinned to the real domain on purpose: they are served verbatim from public/
  and hardcode that same origin in their own <link rel="canonical">. A sitemap <loc> that disagrees
  with the page's canonical is a wasted crawl, so these two must stay in lockstep.

  No <changefreq>/<priority> — Google ignores both. <lastmod> appears only on the legal pages,
  which genuinely change rarely; the homepage's content turns over through every trading day, so a
  hardcoded date there would be a lie the moment it shipped.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://optionsiq.io/</loc>
  </url>
  <url>
    <loc>https://optionsiq.io/disclaimer</loc>
    <lastmod>2026-06-18</lastmod>
  </url>
  <url>
    <loc>https://optionsiq.io/terms</loc>
    <lastmod>2026-06-18</lastmod>
  </url>
  <url>
    <loc>https://optionsiq.io/privacy</loc>
    <lastmod>2026-06-18</lastmod>
  </url>
  <url>
    <loc>https://optionsiq.io/contact</loc>
    <lastmod>2026-06-18</lastmod>
  </url>
</urlset>
