<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because the site currently has two.

  Filtering by category, brand, retailer, and price is React state in App.jsx
  and never changes the URL, so there is no /cleats or /maverik to list here.
  That is the ceiling on search traffic, not an omission from this file: adding
  routes is what would make this sitemap worth growing.

  No <lastmod>. The deals on / change daily, and a hand-maintained date in a
  static file would be wrong within a day of being written — Google discounts
  lastmod it finds unreliable, so a stale one is worse than none. If this ever
  needs to be accurate, generate the file at build time or serve it from a
  function the way /feed.json is served. <changefreq> and <priority> are
  omitted for a simpler reason: Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://creasedeals.com/</loc>
  </url>
  <url>
    <loc>https://creasedeals.com/about</loc>
  </url>
</urlset>
