<?xml version="1.0" encoding="UTF-8"?>
<!--
  The root URL, the three static SEO landing pages and the privacy page
  (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
  and the privacy page 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`, plus the
  privacy page's own URL.
-->
<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>
  <url>
    <loc>https://paramability.app/privacy</loc>
    <priority>0.3</priority>
  </url>
</urlset>
