<?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">
        
    <!-- Main Portfolio Page -->
    <url>
        <loc>https://jeffrusch.com/</loc>
        <lastmod>2025-01-14</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        
        <!-- Key Images -->
        <image:image>
            <image:loc>https://jeffrusch.com/assets/og-image.png</image:loc>
            <image:title>Jeffrey Rusch - Game Developer Portfolio</image:title>
            <image:caption>Expert Game Developer and Unity3D Technical Lead</image:caption>
        </image:image>
        
        <image:image>
            <image:loc>https://jeffrusch.com/assets/prism/PRISM-Icon.png</image:loc>
            <image:title>PRISM Interactive Installation</image:title>
            <image:caption>Large-scale interactive art installation with Unity3D and ESP32</image:caption>
        </image:image>
        
        <image:image>
            <image:loc>https://jeffrusch.com/assets/sarb/sarb-logo.webp</image:loc>
            <image:title>SARB Digital Economy Game</image:title>
            <image:caption>Official South African Reserve Bank educational game</image:caption>
        </image:image>
        
        <!-- Key Videos -->
        <video:video>
            <video:thumbnail_loc>https://jeffrusch.com/assets/prism/images/10.jpg</video:thumbnail_loc>
            <video:title>PRISM Interactive Installation Demo</video:title>
            <video:description>PRISM installation in action - showing the interactive tunnel with responsive lighting and particle effects</video:description>
            <video:content_loc>https://jeffrusch.com/assets/prism/Prism%20Video.mp4</video:content_loc>
            <video:duration>60</video:duration>
        </video:video>
        
        <video:video>
            <video:thumbnail_loc>https://jeffrusch.com/assets/sarb/sarb-logo.webp</video:thumbnail_loc>
            <video:title>SARB Digital Economy Game Gameplay</video:title>
            <video:description>Educational game developed for South African Reserve Bank showcasing digital economy concepts</video:description>
            <video:content_loc>https://jeffrusch.com/assets/sarb/sarb-gameplay.mp4</video:content_loc>
            <video:duration>45</video:duration>
        </video:video>
    </url>
    
    <!-- Project Assets (for better indexing) -->
    <url>
        <loc>https://jeffrusch.com/assets/</loc>
        <lastmod>2025-01-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    
</urlset>