<?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 / Landing Page -->
    <url>
        <loc>https://lottedept.com/landing.html</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Main App Entry (for authenticated users) -->
    <url>
        <loc>https://lottedept.com/</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Public Posts List -->
    <url>
        <loc>https://lottedept.com/posts.html</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Company Information -->
    <url>
        <loc>https://lottedept.com/about.html</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Contact Page -->
    <url>
        <loc>https://lottedept.com/contact.html</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Legal Pages -->
    <url>
        <loc>https://lottedept.com/privacy.html</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <url>
        <loc>https://lottedept.com/terms.html</loc>
        <lastmod>2024-12-11</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Note: Individual post detail pages (post-detail.html?id=X) are dynamically generated
         and should be added to this sitemap programmatically via a server-side script
         that fetches all published post IDs from the API -->
    
</urlset>
