<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>https://example.com/index.html</loc>
      <lastmod>2024-02-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>1.0</priority>
   </url>
   <url>
      <loc>https://example.com/impressum.html</loc>
      <lastmod>2024-02-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.1</priority>
   </url>
   <url>
      <loc>https://example.com/datenschutz.html</loc>
      <lastmod>2024-02-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.1</priority>
   </url>
   <url>
      <loc>https://example.com/404.html</loc>
      <lastmod>2024-02-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.1</priority>
   </url>
   <!-- More <url> entries here -->
</urlset>