<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://accruu.capital/</loc>
    <lastmod>2024-08-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Blog Index Page -->
  <url>
    <loc>https://accruu.capital/blog</loc>
    <lastmod>2024-08-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 
    This is a static sitemap. Individual blog posts should be added here
    as they are published. The Floot framework does not currently support
    dynamic sitemap generation, so this file will need to be updated manually
    or via a build script when new blog content is added.
    
    Example blog post entry:
    <url>
      <loc>https://accruu.capital/blog/your-post-slug</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>yearly</changefreq>
      <priority>0.6</priority>
    </url>
  -->
</urlset>