<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    
    <!-- Homepage -->
    <url>
        <loc>https://cricado.com/</loc>
        <changefreq>hourly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- News Page -->
    <url>
        <loc>https://cricado.com/News</loc>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Series Page -->
    <url>
        <loc>https://cricado.com/Series</loc>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 
    Note: For dynamic pages (match details, news articles, series details),
    you should generate this sitemap dynamically in your ASP.NET Core application.
    
    Example implementation:
    1. Create a SitemapController or endpoint in Program.cs
    2. Query your database/API for all matches, news, and series
    3. Generate XML with all URLs dynamically
    4. Return as XML with proper content-type
    
    Dynamic URLs to include:
    - /match/{seriesName}/{matchName}/{encodedId}
    - /News/{id}/{slug}
    - /Series/{seriesName}
    -->
    
</urlset>
