<?xml version="1.0" encoding="UTF-8"?>
<!--
    Ruff Robot Website - XML Sitemap
    
    Description: Comprehensive sitemap for search engines
    Author: James (Ruff Robot)
    Created: 2025-07-03
    Last Modified: 2025-07-03
    
    Includes:
    - Main pages with priority weighting
    - Image sitemap for visual assets
    - Video sitemap for media content
-->
<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 Page -->
    <url>
        <loc>https://ruffrobot.com/</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://ruffrobot.com/ruffrobot-1200x630.png</image:loc>
            <image:title>Ruff Robot - Software Developer</image:title>
            <image:caption>Ruff Robot brand image featuring logo and tagline</image:caption>
        </image:image>
        <image:image>
            <image:loc>https://ruffrobot.com/images/ruffrobot-logo.svg</image:loc>
            <image:title>Ruff Robot Logo</image:title>
            <image:caption>Official Ruff Robot company logo</image:caption>
        </image:image>
        <image:image>
            <image:loc>https://ruffrobot.com/images/luminor-logo.png</image:loc>
            <image:title>Luminor Game Logo</image:title>
            <image:caption>Luminor blockchain game logo</image:caption>
        </image:image>
        <image:image>
            <image:loc>https://ruffrobot.com/images/luminor-poster.jpg</image:loc>
            <image:title>Luminor Game Poster</image:title>
            <image:caption>Promotional poster for Luminor v1 gameplay</image:caption>
        </image:image>
        <video:video>
            <video:thumbnail_loc>https://ruffrobot.com/images/luminor-poster.jpg</video:thumbnail_loc>
            <video:title>Luminor v1 Gameplay Video</video:title>
            <video:description>Watch the original Luminor v1 gameplay from the Vibe Jam release. Traverse a 3D alien planet as a luminous entity, feeding on lumites to grow and threading through darkness.</video:description>
            <video:content_loc>https://ruffrobot.com/images/luminor-gameplay.mp4</video:content_loc>
            <video:duration>60</video:duration>
            <video:publication_date>2025-07-03</video:publication_date>
            <video:family_friendly>yes</video:family_friendly>
        </video:video>
    </url>
    
    <!-- Hero Section -->
    <url>
        <loc>https://ruffrobot.com/#hero</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Projects Section -->
    <url>
        <loc>https://ruffrobot.com/#projects</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Luminor Section -->
    <url>
        <loc>https://ruffrobot.com/#luminor</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Important External Links (for reference) -->
    <!-- Note: These are external but important for context -->
    
    <!-- Web Manifest -->
    <url>
        <loc>https://ruffrobot.com/site.webmanifest</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <!-- Robots.txt -->
    <url>
        <loc>https://ruffrobot.com/robots.txt</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.2</priority>
    </url>
    
</urlset> 