<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static, fixed routes only — /product/:slug is deliberately absent. Those
  URLs come from the product catalogue in the database, and a hand-maintained
  list here would drift the moment a product is added or removed. Adding them
  properly means a small build-time script that pulls slugs from the API
  (see the pre-launch audit); this file is the honest version of what a
  static sitemap can cover until that lands.

  /cart is excluded as transactional (nothing to rank), /admin as internal.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://seechal.com/</loc></url>
  <url><loc>https://seechal.com/shop</loc></url>
  <url><loc>https://seechal.com/custom-order</loc></url>
  <url><loc>https://seechal.com/craft</loc></url>
  <url><loc>https://seechal.com/about</loc></url>
  <url><loc>https://seechal.com/contact</loc></url>
  <url><loc>https://seechal.com/size-guide</loc></url>
  <url><loc>https://seechal.com/shipping</loc></url>
  <url><loc>https://seechal.com/privacy</loc></url>
</urlset>
