<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Home -->
  <url>
    <loc>https://blog.kerliix.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Browse -->
  <url>
    <loc>https://blog.kerliix.com/browse</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blog List -->
  <url>
    <loc>https://blog.kerliix.com/blogs</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Blog Post (generic pattern, not specific slugs) -->
  <!-- Ideally, this should be dynamically generated with actual blog post slugs -->
  <!-- Example below is static and you should replace it with real data if possible 
  <url>
    <loc>https://blog.kerliix.com/post/sample-blog-post</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url> -->
</urlset>
