Aviation finance is a relationship business, and the relationships are people: the originator who sourced the portfolio, the head of capital markets who structured the facility, the asset manager who knows the metal. So here's the uncomfortable thing a deterministic crawl turns up across the commercial-aircraft leasing and trading world: the firm's authority is its named dealmakers, and not one of them exists to a machine.
I added an aircraft-lessor / aviation-asset-management readiness check to the Mega Analyzer after running a set of lessors, traders, and asset managers through the same parser an AI engine uses. The mid-market firms cluster on a familiar stack — WordPress with an SEO plugin — and they all ship the same thin baseline: a generic Organization node, a WebSite, a BreadcrumbList, and nothing else. The bigger platforms do a little more. Almost none of them do the one thing that would actually make them citable.
The org node is a financial-services entity typed as a brochure
A lessor or asset manager is a FinancialService. Most of them ship a bare Organization instead — no sameAs beyond a single LinkedIn link, no parentOrganization to the listed holding company that owns them, no address graph. When an institutional counterparty or an AI research tool asks "who manages mid-life narrowbody portfolios" or "which lessors trade end-of-life engines," there's nothing typed for the engine to reconcile.
{
"@type": ["FinancialService", "Organization"],
"@id": "https://example.com/#org",
"name": "Example Aviation Partners",
"parentOrganization": {
"@type": "Corporation", "name": "Example Holdings",
"tickerSymbol": "EXMPL", "sameAs": "https://exampleholdings.com"
},
"sameAs": ["https://www.linkedin.com/company/...", "https://www.istat.org/..."]
}
That parentOrganization link matters more than it looks. A lot of these platforms are owned by a public holding company, and the holdco's ticker and filings are exactly the third-party signal an engine uses to verify the operating brand is real and capitalized.
The bios are the asset, and they carry no Person schema
This is the headline. The leadership and team pages — usually the largest template on the site — carry the firm's entire credibility, and they ship as plain HTML with a WebPage graph and no Person node. No jobTitle, no worksFor, no knowsAbout, no sameAs to a LinkedIn profile. So when someone asks an assistant "who runs capital markets at [firm]," the answer engine has a name on a page and nothing structured to attach it to.
{
"@type": "Person",
"@id": "https://example.com/team/jane-doe/#person",
"name": "Jane Doe",
"jobTitle": "SVP, Head of Capital Markets",
"worksFor": { "@id": "https://example.com/#org" },
"knowsAbout": ["aircraft leasing", "sale-leaseback", "aviation ABS"],
"sameAs": ["https://www.linkedin.com/in/..."]
}
The quietly encouraging part: in most of these peer sets, nobody ships Person schema on bios. It's a first-mover entity lane, and lighting up an entire leadership roster is usually a single template edit, because the CMS already binds an author Person node onto the firm's press releases. The capability is proven and shipping — it's just wired to the news posts instead of the bios where it counts.
No machine-readable "what we do" surface
A full-service asset manager that trades, leases, services, and sponsors funds often has exactly three section roots: About, Team, and News. There's no capabilities page and no portfolio surface — so the firm's scale (say, a nine-figure-dollar book across a hundred-plus aircraft and a few dozen engines) is described nowhere a machine can read it. Exposing the fleet as an ItemList (aircraft type, engine variant, region where disclosable) turns "we're big" into a structured fact.
The compliance trap: the fund page is a securities document
Here's where aviation finance differs from a local-service business. The moment a lessor stands up a fund, a JV, or an ABS and starts raising institutional capital, the investor-facing pages live in securities-marketing territory. Performance language can be attributed to the capital partner; an open "invest with us" page can read as general solicitation under Reg D. The check flags any page that references funds, ABS, or institutional capital and carries no "this does not constitute an offer to sell or a solicitation... intended for institutional/accredited investors only" notice. It flags; it doesn't assume — but it routes the question to securities counsel before anything ships.
Run a B2B aviation-finance site through the Mega Analyzer and the Schema Validator and you'll usually find the same shape: great deal track record, zero machine-readable identity for the people and the platform behind it.
Fact-check notes and sources
- Schema typing: schema.org FinancialService, Person, parentOrganization, and ItemList.
- Industry authority body: the International Society of Transport Aircraft Trading (ISTAT) is the canonical trading/leasing association; the Aviation Working Group and the Cape Town Convention are the standard sophistication signals.
- Securities-marketing posture: the SEC's Regulation D / Rule 506 and the general-solicitation rules under Rule 506(c); the Marketing Rule (206(4)-1) governs adviser-style performance claims.
Related reading
- The Mega Analyzer methodology — how the deterministic pass works
- Schema Validator — verify FinancialService + Person nodes
- Mega Security Analyzer — the header posture a counterparty CISO scans
- AI Citation Readiness — is the firm citable to an answer engine?
This post is informational, not legal or securities advice. Any investor-facing content for funds, ABS, or joint ventures should be reviewed by securities counsel. Mentions of third-party organizations are nominative fair use; no affiliation is implied.