<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four DISTINCT pages. Deliberately absent:

    /design/*, /specs, /budget, /plan   the app in different states — same HTML, and Index.tsx
                                        points all of them at "/" as canonical
    /share/:shareId                     user palettes; no search value, and robots.txt disallows
    /kitchen-calculator                 unlisted Phase-1 tool. NOT disallowed in robots.txt either
                                        — robots.txt is public, so listing it there advertises it.
                                        Nothing links to it, so nothing crawls it.

  UPDATE THESE HOSTS WITH THE DOMAIN, together with SITE_URL in src/lib/use-document-meta.ts and
  the three absolute URLs in index.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.interjeroplanuote.lt/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.interjeroplanuote.lt/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.interjeroplanuote.lt/mission</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.interjeroplanuote.lt/partner</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
