<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

    <url>
        <loc>https://url/</loc>
        <lastmod>2026-02-16</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <image:image>
        <image:loc>https://url/images/nome-image.webp</image:loc>

        <image:title>Titulo apra a imagem</image:title>

        <image:caption>Legenda</image:caption>

        <image:geo_location>Brasil</image:geo_location>
    </image:image>

    <url>
        <loc>https://ulr/termos-de-uso.html</loc>
        <lastmod>2025-12-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

</urlset>

