<?php
file_put_contents('sitemap.xml', file_get_contents('https://linkpop.id/generate-sitemap.php'));
echo "Sitemap berhasil diperbarui!";

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://linkpop.id/</loc>
    <priority>1.00</priority>
    <changefreq>daily</changefreq>
  </url>

  <url>
    <loc>https://linkpop.id/login</loc>
    <priority>0.80</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://linkpop.id/register</loc>
    <priority>0.80</priority>
    <changefreq>monthly</changefreq>
  </url>

<url>
  <loc>https://linkpop.id/faq</loc>
  <priority>0.6</priority>
  <changefreq>monthly</changefreq>
</url>

</urlset>
