<?xml version="1.0" encoding="UTF-8"?>

<!--
  sitemap.xml — a list of every page on the site, for search engines.

  With only one page this is barely necessary, but it is the file you submit
  to Google Search Console to say "here is my site, please index it", so it is
  worth having from day one.

  !! UPDATE THE <loc> BELOW once the real web address is known !!
  Addresses here must be absolute (starting with https://). If a custom domain
  is bought later, change it here AND in robots.txt.

  When more pages are added later, copy the <url> block and change the <loc>.
  <lastmod> is the date that page last meaningfully changed, in YYYY-MM-DD.
-->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://solaremicalculator.pages.dev/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
