<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only indexable, canonical URLs belong in here. That is currently two:

    /                 the homepage
    /configurator/    with the trailing slash — /configurator 301s to it, and
                      a sitemap should list the destination, not the redirect

  Deliberately absent, and not to be "completed" by adding them:

    /how-it-works.html   noindex; the page is written but not published yet
    /thanks.html         noindex; order confirmation, reachable only by posting
                         the form, and a dead end as a search result

  A sitemap entry for a noindexed URL is a direct contradiction — it asks
  Google to index a page the page itself refuses. Search Console reports it
  back as an error. When how-it-works.html does launch, drop its robots meta
  tag, link it from the homepage, and add it here in the same commit.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tochak.ba/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tochak.ba/configurator/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
