<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  Dynamic Sitemap for Shifaul.dev
  This sitemap is dynamically generated by the SitemapGenerator utility.
  
  For real-time updates, use the API endpoints:
  - Single sitemap: /api/sitemap
  - Paginated sitemaps: /api/sitemap/paginated
  - Individual sitemap files: /api/sitemap/sitemap-{number}.xml
  
  This static file serves as a fallback and for initial deployment.
  The dynamic API endpoints provide the most up-to-date sitemap content.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Homepage -->
    <url>
        <loc>https://www.shifaul.dev/</loc>
        <lastmod>2025-12-09</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Static Pages -->
    <url>
        <loc>https://www.shifaul.dev/about</loc>
        <lastmod>2025-12-09</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://www.shifaul.dev/portfolio</loc>
        <lastmod>2025-12-09</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://www.shifaul.dev/blog</loc>
        <lastmod>2025-12-09</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://www.shifaul.dev/contact</loc>
        <lastmod>2025-12-09</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Dynamic Content Note:
         Individual blog posts (/blog/[slug]) and portfolio items (/portfolio/[slug])
         are dynamically generated and added by the SitemapGenerator API.
         Check /api/sitemap for the complete, up-to-date sitemap.
    -->

</urlset>