Person Schema Markup
Generate Person JSON-LD to establish author identity, strengthen E-E-A-T signals, and improve author Knowledge Panel eligibility.
What valid Person JSON-LD looks like
A complete, validator-ready example — drop it in your <head>, swap the values for yours, and you're done.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jane Smith",
"url": "https://yoursite.com/about/jane",
"image": "https://yoursite.com/jane.jpg",
"jobTitle": "Senior SEO Analyst",
"worksFor": {
"@type": "Organization",
"name": "Acme Corp",
"url": "https://acmecorp.com"
},
"description": "Jane is a 10-year SEO veteran...",
"sameAs": [
"https://twitter.com/janesmith",
"https://linkedin.com/in/janesmith"
]
}
</script>Run a full CrispAudit on your URL
Schema, cookies (GDPR/CCPA), accessibility, SEO — plus AI-generated fixes populated with your page's actual content. Free.
Required fields
name
Recommended fields
urlimagesameAsjobTitleworksFordescription
Common Person schema errors
- ✗sameAs missing social profile URLs
- ✗image URL returns 404
- ✗worksFor missing @type Organization
- ✗No url pointing to author bio page
Generate Person schema
Fill in the fields below to generate valid JSON-LD you can paste directly into your page.
Person schema — frequently asked questions
Does Person schema help with E-E-A-T?
Yes — Person schema linking to verified social profiles and credentials is one of the clearest E-E-A-T signals. It helps Google establish author expertise and trustworthiness.
Where should I put Person schema?
Add Person schema to author bio pages and within Article schema as the author property. On article pages, link to the full Person entity on the author's bio page.
Can Person schema trigger a Knowledge Panel?
Yes — for well-known individuals, Person schema combined with Wikipedia presence and consistent sameAs URLs can trigger author Knowledge Panels.
Other schema types
Audit your full schema coverage
CrispAudit checks all schema types at once — get a complete score and fix-it report for any URL.
Run free audit →