<?xml version="1.0" encoding="UTF-8"?>
<!-- =============================================================================.
                🗺️ PORTFOLIO · SITEMAP
 Description:
  Centralized sitemap for the Portfolio website.
  Improves SEO, crawl efficiency, and content discoverability.
  Structured with clear sections and priorities for search engines.
=============================================================================. -->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- =============================================================================.
                📄 ABOUT · PERSONAL PROFILE
   Notes: Professional bio, background, and mission statement.
   Priority: High, updated monthly.
  =============================================================================. -->
  <url>
    <loc>https://devislam.vercel.app/about</loc>
    <lastmod>2025-09-01</lastmod>
    <priority>1.00</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- =============================================================================.
                🎬 PROJECTS · SHOWCASE
   Notes: Portfolio projects, case studies, and live demos.
   Priority: High, updated frequently.
  =============================================================================. -->
  <url>
    <loc>https://devislam.vercel.app/projects</loc>
    <lastmod>2025-09-01</lastmod>
    <priority>0.90</priority>
    <changefreq>daily</changefreq>
  </url>

  <!-- =============================================================================.
                🎓 BOOKMARKS · TECH STACK
   Notes: Skills, tools, and development ecosystem documentation.
   Priority: Medium, updated weekly.
  =============================================================================. -->
  <url>
    <loc>https://devislam.vercel.app/bookmarks</loc>
    <lastmod>2025-09-01</lastmod>
    <priority>0.85</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- =============================================================================.
                🧠 BLOGS · ARTICLES & TUTORIALS
   Notes: Developer insights, tutorials, and technical deep dives.
   Priority: Medium, updated weekly.
  =============================================================================. -->
  <url>
    <loc>https://devislam.vercel.app/blogs</loc>
    <lastmod>2025-09-01</lastmod>
    <priority>0.80</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- =============================================================================.
                ✉️ CONTACT · GET IN TOUCH
   Notes: Contact form, social links, and collaboration opportunities.
   Priority: Low, updated monthly.
  =============================================================================. -->
  <url>
    <loc>https://devislam.vercel.app/contact</loc>
    <lastmod>2025-09-01</lastmod>
    <priority>0.60</priority>
    <changefreq>monthly</changefreq>
  </url>

</urlset>

<!-- =============================================================================.
                ⚡ SUGGESTED IMPROVEMENTS
 - Dynamically generate <lastmod> based on actual content updates.
 - Add canonical URLs for each page to avoid duplicate indexing.
 - Include blog posts or project subpages for deeper indexing.
 - Use multiple sitemaps if site grows large, with a sitemap index file.
=============================================================================. -->
