<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable route on onelabs.studio. The 404 route is deliberately
  absent (it is noindex), and so are the app/platform/install subdomains,
  which are separate origins and need their own sitemaps.

  Kept as a static file rather than generated: the site has five marketing
  routes and no CMS, so a build step to produce five URLs would be more
  machinery than the problem. If dynamic routes (a blog, per-use-case pages)
  are added, this should become generated from the same route table.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://onelabs.studio/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://onelabs.studio/one</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://onelabs.studio/use-cases</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://onelabs.studio/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://onelabs.studio/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://onelabs.studio/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
