<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. Keep in sync with the public-route list when new
  surfaces ship; add per-route lastmod when those pages get a
  meaningful content change (release notes, pricing update, etc.).

  Dynamic routes deliberately omitted:
  - /share/:token — anyone can mint these, infinite cardinality.
  - /generate /industry /video — gated behind auth in practice,
    no SEO value to crawling.
  - /account /admin /gallery — private surfaces.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://imagelab.depix.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://imagelab.depix.ai/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://imagelab.depix.ai/feed</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
