Person
Entity

Person

Marks up a person — the author of an article, a team member, or a named individual. Critical for E-E-A-T and AI search citations.

Required Properties

name

Recommended Properties

url
image
jobTitle
worksFor
sameAs
description
knowsAbout

JSON-LD Example

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "John Smith",
  "jobTitle": "SEO Specialist",
  "url": "https://example.com/team/john-smith",
  "image": "https://example.com/john-smith.jpg",
  "worksFor": {
    "@type": "Organization",
    "name": "SEOCheckPilot"
  },
  "sameAs": [
    "https://twitter.com/johnsmith",
    "https://linkedin.com/in/johnsmith"
  ]
}
</script>
Test your Person markup
Validate and generate Person JSON-LD for your site
Validate Schema →Generate JSON-LD →

Related Schema Types

ArticleOrganization
← All Schema.org Types