<?xml version="1.0" encoding="UTF-8"?>
<!-- 
sitemap.xml para Notogen
Autor: Sistema de desarrollo web
Fecha: Septiembre 2025
Versión: 1.0
-->
<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">

    <!-- Página principal -->
    <url>
        <loc>https://notogen.org/</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Sobre nosotros -->
    <url>
        <loc>https://notogen.org/sobre.html</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Contacto -->
    <url>
        <loc>https://notogen.org/contacto.html</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Términos y condiciones -->
    <url>
        <loc>https://notogen.org/terminos.html</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Política de privacidad -->
    <url>
        <loc>https://notogen.org/privacidad.html</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Política de cookies -->
    <url>
        <loc>https://notogen.org/cookies.html</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Divulgación corporativa -->
    <url>
        <loc>https://notogen.org/divulgacion.html</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

</urlset>