<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  Sitemap XML Configuration
  Author: Mikhail Deynekin
  Email: mid1977@gmail.com
  
  This sitemap improves SEO by providing search engines with structured
  information about the portfolio's content and update frequency
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
    
    <!-- Homepage - updated daily -->
    <url>
        <loc>https://deynekin.com/</loc>
        <lastmod>2025-11-04</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <mobile:mobile/>
    </url>
    
    <!-- Expertise Section -->
    <url>
        <loc>https://deynekin.com/#expertise</loc>
        <lastmod>2025-11-04</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Projects Section -->
    <url>
        <loc>https://deynekin.com/#projects</loc>
        <lastmod>2025-11-04</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Services Section -->
    <url>
        <loc>https://deynekin.com/#services</loc>
        <lastmod>2025-11-04</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- GitHub Stats Section -->
    <url>
        <loc>https://deynekin.com/#github-stats</loc>
        <lastmod>2025-11-04</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Contact Section -->
    <url>
        <loc>https://deynekin.com/#contact</loc>
        <lastmod>2025-11-04</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
</urlset>