<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://salmankhan.pro/</loc> <!-- Your main page -->
    <lastmod>2025-06-21</lastmod> <!-- Date of last modification (YYYY-MM-DD) -->
    <changefreq>monthly</changefreq> <!-- How frequently the page is likely to change -->
    <priority>1.0</priority> <!-- Priority relative to other URLs on your site (0.0 to 1.0) -->
  </url>
  <!-- Add more <url> entries for other pages if you create them (e.g., /blog/post-1, /projects/my-project) -->
  <!-- Example for a blog post (if you implement individual blog pages):
  <url>
    <loc>https://www.yourportfolio.com/blogs/nextjs-portfolio</loc>
    <lastmod>2025-06-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.yourportfolio.com/blogs/css-tips</loc>
    <lastmod>2025-06-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  -->
</urlset>