<?php
declare(strict_types=1);
header('Content-Type: application/xml; charset=utf-8');
$base = 'https://echtundfrei.ch';
echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc><?= htmlspecialchars($base, ENT_XML1) ?>/</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
</urlset>
