<?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">
    
    <!-- Homepage -->
    <url>
        <loc>https://promptaidatabase.com/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://promptaidatabase.com/assets/images/og-image.svg</image:loc>
            <image:title>Prompt AI Database - Libreria di Prompt AI</image:title>
            <image:caption>La più completa libreria di prompt per ChatGPT, Gemini, Dall-e, Ideogram e Flux</image:caption>
        </image:image>
    </url>
    
    <!-- Info Page -->
    <url>
        <loc>https://promptaidatabase.com/info.php</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- API Endpoints -->
    <url>
        <loc>https://promptaidatabase.com/api/get-prompt.php</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Category Pages (Dynamic - to be generated by PHP) -->
    <!-- These would be generated dynamically based on categories in database -->
    
</urlset>