What Person schema is
Person is the Schema.org type for an individual human — distinct from Organization (a company) and from generic Author (a literal property name, not a type). The inheritance chain runs Thing > Person. Properties most relevant to E-E-A-T and AI citation: name, givenName, familyName, jobTitle, url (the canonical page describing the person), image, description (a short bio), knowsAbout (an array of topics the person has expertise in), sameAs (an array of URLs to verified profiles), worksFor (an Organization the person is affiliated with), alumniOf (educational institutions).
When to use Person schema
Install Person schema on the founder bio page (or every author bio page if the site has multiple authors). Reference the Person entity from every Article's author field via the url property. Do not install Person on home pages, service pages, or product pages — those use Organization or LocalBusiness or Service. Do not install Person blocks for fictional characters or pseudonyms unless the entity is genuinely a public-facing identity with sameAs.
Rich-results and AI engine extraction
Person schema does not trigger a specific Google rich result. It does contribute to knowledge-panel surfacing for the named person (when combined with sufficient external signal) and to E-E-A-T evaluation for the pages the person authors. The bigger 2026 payoff is AI engine attribution: ChatGPT, Perplexity, Claude, and Gemini parse Person schema as a fast path to author identity, which directly affects citation confidence and the visible attribution in AI answers.
Required and recommended fields
Schema.org imposes no hard required properties on Person. The useful minimum: name, jobTitle, url, image, description, sameAs (an array of at least 2-3 verified profile URLs). The recommended expansion for serious E-E-A-T: knowsAbout (an array of expertise topics), worksFor (the Organization the person founded or works at), award (notable recognition), alumniOf (educational institutions where verifiable).
Copy-paste JSON-LD example
The block below is a complete Person schema for a single-author Squarespace site. It mirrors the pattern shipping live at /founder/ on this site, anchored to a real founder with verified sameAs profiles. Replace name, jobTitle, image, description, knowsAbout, and sameAs URLs with your real data — every sameAs URL must resolve to a page that visibly identifies the same human.
Where to paste it on Squarespace
Person schema goes on the founder bio page (typically /founder/), per-page rather than site-wide. Open the bio page in the Squarespace editor, Page Settings > Advanced > Page Header Code Injection, paste the script block, save. The schema lives on one page; every Article elsewhere on the site references it by URL via the author.url field. Do not duplicate the Person schema on every Article — point at the canonical instance instead.
Validation steps
Run the founder bio page URL through Google's Rich Results Test. Confirm Person is detected and zero errors are reported. The Rich Results Test will report 'no rich result available' — that's expected, Person isn't a Google rich-result type. The success signal is structural validity and clean sameAs URLs. Click through each sameAs URL manually to confirm none have rotted.
Common gotchas on Squarespace
Three gotchas catch most Person installs. First: weak or broken sameAs links — URLs to LinkedIn profiles that 404, abandoned Twitter accounts, podcast pages that no longer resolve. Each broken link weakens the entity graph rather than strengthens it. Audit annually. Second: duplicating Person across many pages instead of referencing one canonical page — confuses the entity graph and produces 'which Person is the real one' ambiguity. Third: padding knowsAbout with topics the person has no demonstrable expertise in — AI engines weight knowsAbout against demonstrated content; padded expertise hurts more than it helps.
Related schema types
Person typically references Organization (via worksFor) and is referenced from Article (via author). The same Person can also be the organizer on Event, the author on Review, or the provider on Service when the offering is delivered by one person. BreadcrumbList belongs alongside on the bio page.