<?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 — see
  src/app/router.ts), 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. `src/app/seo/publicAssets.test.ts` gates this file against
  `src/app/seo/siteMeta.ts`'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>
