<?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.
-->
<!-- sitemap.xml v2.4.93 2026-05-05: Lowercased all <loc> URLs.
     Google's sitemap matcher is case-sensitive. Google crawls URLs as
     discovered (lowercase from links/robots), so the sitemap must match
     exactly. Mixed-case URLs (/About, /Support) were not being matched
     to the sitemap by Google, causing "No referring sitemaps detected"
     in Search Console URL Inspection.
     ROLLBACK v2.4.93: restore /About, /Support, /DownloadsPage casing. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://hcileds.com/about</loc>
    <lastmod>2026-05-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://hcileds.com/support</loc>
    <lastmod>2026-04-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://hcileds.com/downloadspage</loc>
    <lastmod>2026-04-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
