Person Schema GeneratorAuthor & E-E-A-T Authority
Generate validated Person schema with job title, social profiles, and biography. Build author authority and strengthen E-E-A-T signals for Google.
Why Person Schema Builds Author Authority
E-E-A-T for Content Authors
Google's quality raters evaluate Experience, Expertise, Authoritativeness, and Trustworthiness. Person schema with credentials, affiliations, and social profiles provides explicit E-E-A-T signals.
Author Knowledge Panel
Person schema helps Google build a Knowledge Panel for authors and public figures, displaying their bio, works, and social profiles in branded searches.
Cross-Site Author Entity
Using sameAs to link social profiles, author pages, and guest posts builds a unified author entity across the web — strengthening the author's authority for all their content.
YMYL Content Trust
For health, finance, and legal content (YMYL), Google heavily weighs author credentials. Person schema with relevant jobTitle and qualifications directly impacts how Google evaluates content trustworthiness.
Google Requirements
Required Properties
- *
name
Recommended Properties
url (author page)sameAs (social profiles)jobTitleworksForimagedescription
Example JSON-LD Output
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jane Smith",
"jobTitle": "Senior SEO Strategist",
"worksFor": {
"@type": "Organization",
"name": "Digispot AI"
},
"url": "https://example.com/author/jane-smith",
"image": "https://example.com/jane-smith.jpg",
"sameAs": [
"https://twitter.com/janesmith",
"https://linkedin.com/in/janesmith"
],
"description": "SEO strategist with 10+ years experience in technical SEO and content strategy."
}When to Use Person Schema
Person Schema Generator — FAQ
Common questions about person schema markup implementation and best practices.