<?xml version="1.0" encoding="UTF-8"?>
<!--
    IncidentesCR - Sitemap principal (estatico).
    Para el listado dinamico de noticias activas usar /api/sitemap.php
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <url>
        <loc>/</loc>
        <changefreq>always</changefreq>
        <priority>1.0</priority>
        <xhtml:link rel="alternate" hreflang="es-CR" href="/" />
        <xhtml:link rel="alternate" hreflang="es"    href="/" />
        <xhtml:link rel="alternate" hreflang="x-default" href="/" />
    </url>

    <url>
        <loc>/#tab-map</loc>
        <changefreq>always</changefreq>
        <priority>0.95</priority>
    </url>

    <url>
        <loc>/#tab-report</loc>
        <changefreq>weekly</changefreq>
        <priority>0.85</priority>
    </url>

    <url>
        <loc>/#tab-news</loc>
        <changefreq>hourly</changefreq>
        <priority>0.95</priority>
    </url>

    <url>
        <loc>/#tab-advertise</loc>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>/api/feed.xml.php</loc>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>/api/sitemap.php</loc>
        <changefreq>hourly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>
