<?xml version="1.0" encoding="UTF-8"?>
<!--
  AdvancedInjuryIQ is a single-page app: every tab (Injury Library, 3D Body Map,
  AI Analyzer, …) is client-side state, not a URL. Combined with the SPA rewrite
  in netlify.toml, a path like /injury-library would return HTTP 200 and render
  the Home tab — duplicate content under a URL that misrepresents the page.

  So only the one real URL is listed here. To make tabs individually indexable,
  they need genuine routing (History API or hash routes) with per-route <title>
  and description; then add them below.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://advancedinjuryiq.com/</loc>
    <lastmod>2026-07-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
