<?php
header('Content-Type: application/xml; charset=utf-8');
$url  = 'https://he3.com.br';
$date = date('Y-m-d');
?>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <url>
        <loc><?= $url ?>/</loc>
        <lastmod><?= $date ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <url>
        <loc><?= $url ?>/teste-p2p/</loc>
        <lastmod><?= $date ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc><?= $url ?>/teste-smarters/</loc>
        <lastmod><?= $date ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc><?= $url ?>/teste-xciptv/</loc>
        <lastmod><?= $date ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc><?= $url ?>/lista-iptv/</loc>
        <lastmod><?= $date ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc><?= $url ?>/faq/</loc>
        <lastmod><?= $date ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>
