<?xml version="1.0" encoding="UTF-8"?>
<!--
    SympWatch — sitemap.xml
    ISO/IEC 25010 — Compatibility (Interoperability): XML sitemap follows the
        sitemaps.org protocol, enabling all compliant search engines to discover
        and index publicly accessible pages.
    ISO/IEC 25010 — Security (Confidentiality): only public-facing routes are
        listed; authenticated portals (admin, health worker, user dashboards)
        are deliberately excluded to prevent indexing of protected content.
    ISO/IEC 25002 — Effectiveness: explicit priority and change frequency hints
        guide crawlers to allocate crawl budget to the most important pages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

    <!-- Landing Page (highest priority) -->
    <url>
        <loc>https://sympwatch.com/</loc>
        <lastmod>2026-03-14</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://sympwatch.com/static/images/og-image.png</image:loc>
            <image:title>SympWatch — Disease Surveillance System for Marilao, Bulacan</image:title>
            <image:caption>Community health surveillance system covering all 16 barangays of Marilao, Bulacan, Philippines</image:caption>
        </image:image>
    </url>

    <!-- Public Login Page -->
    <url>
        <loc>https://sympwatch.com/user/login</loc>
        <lastmod>2026-03-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Public Registration Page -->
    <url>
        <loc>https://sympwatch.com/user/register</loc>
        <lastmod>2026-03-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>
