<?xml version="1.0" encoding="UTF-8"?>
<!--
  TOP NOTCH HOLDINGS LLC SITEMAP
  Upload to the site root: https://topnotchholdingsllc.com/sitemap.xml
  (It currently returns 404.)

  ONLY TWO URLS TODAY. That is correct, not an oversight — the site has
  two real pages. A sitemap listing pages that do not exist yet, or that
  redirect, actively harms you.

  DELIBERATE EXCLUSIONS — do not "fix" these:

    /index.html        A redirect source once Part One is done. Sitemaps
                       carry canonical destinations only.
    http:// and www    Same reason.
    /privacy.html      Utility page, noindexed. Crawlable, not indexable,
                       not listed. Do NOT block it in robots.txt.
    /thank-you.html    If a form success page exists at its own URL, it is
                       noindexed and stays out of here.
    form-handler.php   Never list a form endpoint.
    /ventures.html     Not built. See the plan — recommended AGAINST for
    /about.html        now. Add only if you later build them properly.

  Update <lastmod> to your actual publish date. Do not reset every date on
  every deploy — Google learns to distrust lastmod values that always read
  "today."

  changefreq and priority omitted on purpose. Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://topnotchholdingsllc.com/</loc>
    <lastmod>2026-08-15</lastmod>
  </url>

  <url>
    <loc>https://topnotchholdingsllc.com/contact.html</loc>
    <lastmod>2026-08-15</lastmod>
  </url>

  <!--
    ADD WHEN BUILT — uncomment the day leadership.html publishes with real
    content, a photograph and dated work history:

  <url>
    <loc>https://topnotchholdingsllc.com/leadership.html</loc>
    <lastmod>YYYY-MM-DD</lastmod>
  </url>
  -->

</urlset>
