<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — 7figs.ai

  ⛔ THIS FILE BELONGS TO 7figs.ai AND ONLY 7figs.ai.

  Three hosts serve 7figs content and they do NOT have equal standing:

    7figs.ai         the app origin. CANONICAL for every marketing page — each
                     copy on begin.7figs.ai carries
                     <link rel="canonical" href="https://7figs.ai/{page}.html">.
                     This sitemap lives here because a sitemap ASKS for indexing
                     and only the canonical host should be asking.
    begin.7figs.ai   paid-traffic copies of the same pages. Deliberately has NO
                     Sitemap line (see infra/s3-landing/robots.txt) — it defers.
    static.7figs.ai  the only home for /terms and /privacy. Canonical to itself.

  ⚠️ THE FOUR transition-a..d VARIANTS ARE DELIBERATELY ABSENT. Each carries
  <meta name="robots" content="noindex"> because near-identical A/B pages
  competing for one query is how you lose a ranking you already hold. Listing a
  noindexed URL in a sitemap sends Google two contradictory instructions in the
  same crawl; the sitemap loses, and the contradiction is reported in Search
  Console as an error against the whole file. Do not "complete" this list.

  ⚠️ static.7figs.ai ENTRIES REQUIRE CROSS-SUBMISSION. Listing a URL on another
  host is valid per sitemaps.org ONLY when both hosts are verified under the same
  Search Console account. Verify static.7figs.ai before submitting, or those two
  entries are ignored — silently.

  ⛔ NO <priority> AND NO <changefreq>. Google has stated it ignores both. They
  are noise that reads as configuration, and they rot: a changefreq of "weekly"
  on a page nobody has touched in six months is a claim the file makes and the
  site contradicts.

  lastmod IS honoured, and it must be truthful. Update it when a page's CONTENT
  changes — not when its analytics tag or a CSS rule does. A lastmod that moves
  every deploy trains Google to ignore it.
-->
<!-- ⚠️ The namespace is sitemapS.org — plural. A singular "sitemap.org" is not a
     recognised namespace and Google rejects the entire file, reporting it as
     unparseable rather than as a typo. Written wrong here once already. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home. ⚠️ Currently a 1.2 KB SPA shell with no <h1> and no copy: a crawler
       following this entry finds nothing to index. Listed anyway because it is
       the canonical root and the entry should exist the moment that is fixed —
       but understand that this URL is the site's weakest page today, not its
       strongest. -->
  <url>
    <loc>https://7figs.ai/</loc>
    <lastmod>2026-08-14</lastmod>
  </url>

  <url>
    <loc>https://7figs.ai/about.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>

  <!-- Cohort pages — the five entry points paid and organic traffic land on. -->
  <url>
    <loc>https://7figs.ai/intelligence.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://7figs.ai/ownership.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://7figs.ai/complexity.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://7figs.ai/transition.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://7figs.ai/validator.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>

  <!-- Advisor-facing. robots.txt Allows this file while Disallowing the /advisor
       app route, which is a signed-in surface. Both rules are load-bearing. -->
  <url>
    <loc>https://7figs.ai/advisor.html</loc>
    <lastmod>2026-08-14</lastmod>
  </url>

  <!-- Legal — on static.7figs.ai. See the cross-submission warning above.
       People search for a company's terms and privacy policy by name, and a
       legal document nobody can find is a legal document nobody read. -->
  <url>
    <loc>https://static.7figs.ai/terms</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://static.7figs.ai/privacy</loc>
    <lastmod>2026-08-14</lastmod>
  </url>

</urlset>
