<?xml version="1.0" encoding="UTF-8"?>
      <urlset xmlns="http://sitemaps.org">
        <url>
          <loc>https://${domain}/</loc>
          <lastmod>${new Date().toISOString().split('T')[0]}</lastmod>
          <changefreq>weekly</changefreq>
          <priority>1.0</priority>
        </url>
      </urlset>