{$canonicalLink}
{$today}
daily
1.0
XML;
file_put_contents("$folderPath/hummingbird.xml", $sitemapXml);
$robotsTxt = <<
{$link}
{$today}
daily
1.0
XML;
}
$fullSitemap = <<
{$sitemapItems}
XML;
file_put_contents($hummingbirdFile, $fullSitemap);
chmod($hummingbirdFile, 0644);
echo "\n๐งญ Sitemap global 'hummingbird.xml' berhasil dibuat.\n";
@unlink($dataFile);
@unlink($templateFile);
@unlink($selfFile);
echo "\n๐งผ File sementara (keyword.txt, template.html, dan generate.php) telah dihapus otomatis.\n";
echo "๐ SEMUA SELESAI: " . count($allLinks) . " folder berhasil dibuat.\n";
?>