<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Homepage - Updated frequently with current weather -->
    <url>
        <loc>https://hampton-weather.ca/</loc>
        <changefreq>hourly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Historical Weather Page -->
    <url>
        <loc>https://hampton-weather.ca/history</loc>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 7 Days Historical -->
    <url>
        <loc>https://hampton-weather.ca/history/7</loc>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 30 Days Historical -->
    <url>
        <loc>https://hampton-weather.ca/history/30</loc>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- All-Time Records -->
    <url>
        <loc>https://hampton-weather.ca/records</loc>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>
