<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!--
    ─── Controlcian Sitemap ───────────────────────────────────────────────────
    Only public-facing pages are listed here.
    Private portals (admin, inmate, facility) are excluded via robots.txt
    and noindex meta tags — no need to submit them to search engines.
    ──────────────────────────────────────────────────────────────────────────
  -->

  <!-- Home / Landing -->
  <url>
    <loc>https://controlcian.com/</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Family sign-up / onboarding (publicly discoverable) -->
  <url>
    <loc>https://controlcian.com/register</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Family login -->
  <url>
    <loc>https://controlcian.com/login</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Family forgot password -->
  <url>
    <loc>https://controlcian.com/forgot-password</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
