<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================
     MAGNITUDO - SITEMAP.XML
     Sitemap para indexação nos motores de busca
     ============================================ -->
<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 Inicial (Landing Page) -->
    <url>
        <loc>https://magnitudo.com.br/</loc>
        <lastmod>2024-12-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Página Sobre -->
    <url>
        <loc>https://magnitudo.com.br/about.html</loc>
        <lastmod>2024-12-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Página de Serviços -->
    <url>
        <loc>https://magnitudo.com.br/services.html</loc>
        <lastmod>2024-12-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Página de Contato -->
    <url>
        <loc>https://magnitudo.com.br/contact.html</loc>
        <lastmod>2024-12-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
</urlset>
