<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap covering the public-route allowlist.

  Only three URLs are public-by-design: the homepage and the two
  legal pages. Everything else on aiworks.no lives behind auth and
  doesn't belong in a crawler index. Updating this file is trivial
  whenever we add a new public route.

  Kept as a static file rather than a generated one because the
  surface is tiny (3 URLs) and rarely changes; the @nuxtjs/sitemap
  module would be overkill.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://aiworks.no/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://aiworks.no/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://aiworks.no/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
