<?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">
  
  <!-- Homepage - Highest priority, updated hourly -->
  <url>
    <loc>https://scootercam.net/</loc>
    <lastmod>2025-01-11</lastmod>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Add more pages as you create them
  <url>
    <loc>https://scootercam.net/about</loc>
    <lastmod>2025-01-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://scootercam.net/archive</loc>
    <lastmod>2025-01-11</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  -->
  
  <!-- Example: Include recent sunset images with image sitemap
  <url>
    <loc>https://scootercam.net/</loc>
    <image:image>
      <image:loc>https://scootercam.net/images/latest-sunset.jpg</image:loc>
      <image:caption>Lake Michigan Sunset</image:caption>
      <image:geo_location>South Haven, Michigan</image:geo_location>
    </image:image>
  </url>
  -->
  
</urlset>

<!-- 
NOTE: For a dynamic site like ScooterCam, consider using a WordPress plugin
to automatically generate sitemaps:

- Yoast SEO (popular, full-featured)
- Rank Math (modern alternative)
- Google XML Sitemaps (lightweight)

These will auto-update as you add content and handle images automatically.

For now, this basic sitemap tells Google your homepage updates hourly
with weather data and new images.
-->