<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
  <loc>https://example.com/page/beispiel</loc>
  
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>
<url>
  <loc>https://example.com/</loc>
  
  <changefreq>weekly</changefreq>
  <priority>1.0</priority>
</url>
<url>
  <loc>https://example.com/blog</loc>
  
  <changefreq>weekly</changefreq>
  <priority>0.6</priority>
</url>
<url>
  <loc>https://example.com/blog/rss.xml</loc>
  
  <changefreq>weekly</changefreq>
  <priority>0.2</priority>
</url>
<url>
  <loc>https://example.com/blog/hello-world</loc>
  <lastmod>2026-01-08</lastmod>
  <changefreq>yearly</changefreq>
  <priority>0.5</priority>
</url>
</urlset>