<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is not an oversight.

  The site routes on the hash — #/products, #/product/tint, #/scan — and a
  hash is not part of the address a crawler requests. Every one of those
  resolves to this same document, so the homepage is the only thing there is
  to list. Products cannot rank individually until routing moves to real
  paths, which would need the server to answer each one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://theglamrevolution.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
