<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Página inicial -->
  <url>
    <loc>https://codepremium.com.br/</loc>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
  </url>

  <!-- Página de posts (listagem geral) -->
  <url>
    <loc>https://codepremium.com.br/blog/</loc>
    <priority>0.9</priority>
    <changefreq>daily</changefreq>
  </url>

  <!-- Exemplos de posts individuais -->
  <url>
    <loc>https://codepremium.com.br/blog/post1.php</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <url>
    <loc>https://codepremium.com.br/blog/post2.php</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <url>
    <loc>https://codepremium.com.br/blog/post3.php</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Outras páginas fixas -->
  <url>
    <loc>https://codepremium.com.br/contato.php</loc>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://codepremium.com.br/sobre.php</loc>
    <priority>0.6</priority>
    <changefreq>monthly</changefreq>
  </url>

</urlset>
