cat > /opt/stock-ema/sitemap.xml << 'EOF'
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Main homepage (redirects to dashboard) -->
    <url>
        <loc>https://www.momentumview.com/</loc>
        <lastmod>2025-08-08</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Main Stock EMA Dashboard page -->
    <url>
        <loc>https://www.momentumview.com/21ema.html</loc>
        <lastmod>2025-08-08</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
</urlset>
EOF