<?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"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
    
    <!-- Homepage -->
    <url>
        <loc>https://pascoweather.com/</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>hourly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://pascoweather.com/images/og-image.jpg</image:loc>
            <image:title>PascoWeather.com - Weather and Emergency Information</image:title>
            <image:caption>Real-time weather, radar, and emergency alerts for Pasco County, Florida</image:caption>
        </image:image>
    </url>
    
    <!-- About Page -->
    <url>
        <loc>https://pascoweather.com/about.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/about.php')) ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Hurricane Preparedness -->
    <url>
        <loc>https://pascoweather.com/hurricane-prep.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/hurricane-prep.php')) ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <image:image>
            <image:loc>https://pascoweather.com/images/hurricane-prep.jpg</image:loc>
            <image:title>Hurricane Preparedness Guide</image:title>
        </image:image>
    </url>
    
    <!-- Emergency Contacts -->
    <url>
        <loc>https://pascoweather.com/emergency-contacts.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/emergency-contacts.php')) ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Animal Shelters -->
    <url>
        <loc>https://pascoweather.com/animal-shelters.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/animal-shelters.php')) ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Crisis Centers -->
    <url>
        <loc>https://pascoweather.com/crisis-centers.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/crisis-centers.php')) ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Things to Do -->
    <url>
        <loc>https://pascoweather.com/things-to-do.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/things-to-do.php')) ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Traffic Cameras -->
    <url>
        <loc>https://pascoweather.com/traffic-cameras.php</loc>
        <lastmod><?= date('Y-m-d', filemtime(__DIR__ . '/traffic-cameras.php')) ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Events -->
    <url>
        <loc>https://pascoweather.com/events/</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Transit -->
    <url>
        <loc>https://pascoweather.com/transit/</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    
</urlset>