<?xml version="1.0" encoding="UTF-8"?>
<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://www.transval.com.br/</loc>
        <lastmod>2026-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Trabalhe Conosco -->
    <url>
        <loc>https://www.transval.com.br/careers.html</loc>
        <lastmod>2026-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 
    NOTAS:
    - Apenas páginas públicas indexáveis estão incluídas
    - Páginas internas (dashboard, ferramentas, etc.) têm noindex e não devem estar no sitemap
    - Atualizar lastmod sempre que houver mudanças significativas
    - Priority: 1.0 = máxima, 0.8 = alta, 0.5 = média, 0.3 = baixa
    - Changefreq: always, hourly, daily, weekly, monthly, yearly, never
    -->

</urlset>