<?xml version="1.0" encoding="UTF-8"?>
<!--
  The root URL plus the three static SEO landing pages (docs/seo.md). App
  ROUTES (/figurine, /parametrization, /to-step, /configure) are deliberately
  absent: they canonicalize to the root (one route record, one editor), so
  listing them here would contradict their own canonical tag, which Search
  Console flags as a warning. The landing pages are different: each is its
  own real document with its own canonical, so it belongs here. A test gates
  this file against the app's SEO metadata source of truth's `SITE`/
  `LANDING_PAGES`.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://paramability.app/</loc>
  </url>
  <url>
    <loc>https://paramability.app/stl-to-step</loc>
  </url>
  <url>
    <loc>https://paramability.app/figurine-playground</loc>
  </url>
  <url>
    <loc>https://paramability.app/3d-configurator</loc>
  </url>
</urlset>
