<?xml version="1.0" encoding="UTF-8"?>
<!--
  This app uses hash-based routing (essoleum.com/#/about, etc). URL
  fragments aren't part of the standard sitemap spec — search engines
  don't treat them as distinct crawlable resources, so only the root
  entry point is listed here. Google's renderer still discovers and
  indexes /about, /services, /contact by executing the app and
  following the in-page nav links; there just isn't a spec-compliant
  way to list them as separate sitemap <url> entries under hash mode.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.essoleum.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
