Three nodes, one graph
Most solopreneur sites either ship no structured data or copy-paste a sprawling Organization block that no engine fully trusts. The minimum viable graph is three connected nodes:
- Organization — the brand entity, with
url,logo, andsameAs. - Person — you, the author, linked to Organization via
founder/worksFor. - WebSite — the domain itself, with a
SearchActionandpublisherpointing at Organization.
Connect them with @id references inside a single @graph and you give every AI engine a clean entity model to attach citations to.
The pattern
Drop a single <script type="application/ld+json"> block in your index.html with all three nodes in one @graph array. Don't split them across pages. Don't duplicate them in per-route Helmet tags — those are reserved for Article, Product, BreadcrumbList, and other page-scoped types.