<!-- /**<?xml version="1.0" encoding="UTF-8"?>
*<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
*<url>
*     <loc>https://www.cibaonoticias.com/ </loc>
*    <changefreq>monthly</changefreq>
*    <priority>1.0</priority>
*     
* </url>
*</urlset>*/ -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
    
    <!-- Páginas principales -->
    <url>
        <loc>https://cibaonoticias.com/</loc>
        <lastmod>2026-01-09</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Artículos de noticias -->
    <url>
        <loc>https://cibaonoticias.com/noticia-ejemplo/</loc>
        <lastmod>2026-01-09</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <news:news>
            <news:publication>
                <news:name>Cibao Noticias</news:name>
                <news:language>es</news:language>
            </news:publication>
            <news:publication_date>2026-01-09</news:publication_date>
            <news:title>Título de la Noticia</news:title>
        </news:news>
    </url>
</urlset>
