<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Clausio
  Base URL: https://clausio-49j.pages.dev
  Domain migration: change SITE_BASE in seo/_base.js AND update the base in <loc> entries below.
  When a custom domain is live, do a single find-replace on the base origin in this file.

  Routes:
    Existing:  /  /draft  /disclaimer  /privacy  /terms  /account  /download
    SEO pages (placeholders — add HTML files before these go live):
               /freelance-contract-template
               /nda-template
    Future:    /blog  (add entries when posts are published)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Core app routes -->
  <url>
    <loc>https://clausio-49j.pages.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Legal / policy pages -->
  <url>
    <loc>https://clausio-49j.pages.dev/disclaimer</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://clausio-49j.pages.dev/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://clausio-49j.pages.dev/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- SEO landing pages (placeholder — add HTML before indexing) -->
  <url>
    <loc>https://clausio-49j.pages.dev/freelance-contract-template</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://clausio-49j.pages.dev/nda-template</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blog index -->
  <url>
    <loc>https://clausio-49j.pages.dev/blog</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Blog posts -->
  <url>
    <loc>https://clausio-49j.pages.dev/blog/freelance-contract-clauses</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://clausio-49j.pages.dev/blog/nda-before-sharing-idea</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://clausio-49j.pages.dev/blog/contractor-vs-employee</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
