<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- Homepage -->
    <url>
        <loc>https://soprompt.io/</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Main Pages -->
    <url>
        <loc>https://soprompt.io/explore</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>https://soprompt.io/trending</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>https://soprompt.io/recent</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Static Pages -->
    <url>
        <loc>https://soprompt.io/about</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://soprompt.io/privacy</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://soprompt.io/terms</loc>
        <lastmod>2024-11-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- 
    DYNAMIC URLS (Prompts, Profiles) SOLLTEN ÜBER BACKEND GENERIERT WERDEN
    
    Beispiel für dynamische Sitemap-Generierung:
    
    GET /api/sitemap/prompts - Returns all public prompts
    GET /api/sitemap/users - Returns all public user profiles
    
    Diese sollten dann in separate Sitemap-Dateien geschrieben werden:
    - sitemap-prompts.xml
    - sitemap-users.xml
    
    Und hier verlinkt werden:
    -->

</urlset>
