<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, deliberately small: only the routes that are genuinely
  static marketing pages. '/genereaza' is intentionally omitted here even
  though it's public and indexable (see app.routes.server.ts for why it
  isn't prerendered) — this file only lists it below anyway since it's a
  real, crawlable, valuable page; Googlebot executes JS and indexes it fine
  via normal CSR. '/genereaza/:slug' entries are NOT enumerated (dynamic,
  backend-driven) — a follow-up could generate those from the live template
  catalog if per-template SEO becomes a priority.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://contractino.ro/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://contractino.ro/genereaza</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://contractino.ro/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
