<?xml version="1.0" encoding="UTF-8"?>
<!--
  v1.0.11at (2026-04-28): rebalanced priorities and refreshed lastmod.

  Previously /Account/Login was listed at priority 1.0 as the highest-priority
  URL on the site — that's bad SEO practice (login pages shouldn't be promoted
  as the most important page) and made branded search results lead with "Login"
  rather than the marketing pages. Removed the login entry entirely; robots.txt
  still has Allow: /Account/Login so it remains crawlable, but it no longer
  competes with the public-facing pages for ranking signal.

  /About is the actual marketing entry point (story, services, capabilities)
  so it now sits at 1.0. /Support is at 0.9 (also public, but secondary).
  /DownloadsPage stays at 0.6 since it's mostly file-listing.

  Update lastmod when meaningful content changes on a page. As of this commit
  About and Support both received fresh updates (FOUT fix, image-dimensions
  fix, hero-stat stroke). DownloadsPage is unchanged since the prior date.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://hcileds.com/About</loc>
    <lastmod>2026-04-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://hcileds.com/Support</loc>
    <lastmod>2026-04-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://hcileds.com/DownloadsPage</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
