<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
  
  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://www.dotnetmastery.com/</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://www.dotnetmastery.com/images/logo.png</image:loc>
      <image:title>DotNetMastery Logo</image:title>
    </image:image>
  </url>

  <!-- About/Instructor Section -->
  <url>
    <loc>https://www.dotnetmastery.com/#about</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Courses Section -->
  <url>
    <loc>https://www.dotnetmastery.com/#course</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Contact Section -->
  <url>
    <loc>https://www.dotnetmastery.com/#contact</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Career Path -->
  <url>
    <loc>https://www.dotnetmastery.com/Home/CareerPath</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blog Index -->
  <url>
    <loc>https://www.dotnetmastery.com/Blog/Index</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Vlog/Free Content -->
  <url>
    <loc>https://www.dotnetmastery.com/Home/Vlog</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Unsubscribe Page -->
  <url>
    <loc>https://www.dotnetmastery.com/Home/Unsubscribe</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Add individual course pages here -->
  <!-- Example:
  <url>
    <loc>https://www.dotnetmastery.com/Home/Details/1</loc>
    <lastmod>2024-12-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <image:image>
      <image:loc>https://www.dotnetmastery.com/images/courses/course-image.jpg</image:loc>
      <image:title>Course Title</image:title>
    </image:image>
  </url>
  -->

</urlset>
