AI Visibility

Person Schema and Author Entities: Building AI-Recognizable Author Identity

By Reviewed by Hawrry Bhattarai
August 28, 2026 7 min read
Contents
TL;DR — the short answer

How to implement Person schema JSON-LD and build author entity signals that AI systems recognize. Covers schema code, author bios, external profiles, and E-E-A-T impact.

8 min read · AI Visibility · Last updated July 2026

Quick answer: Person schema tells AI systems who wrote your content and what credentials they hold. When combined with a robust author bio page, LinkedIn profile, and Google Scholar or industry publication presence, Person schema transforms a byline name into a recognized entity — increasing E-E-A-T signals and GEO citation probability.

Introduction

When ChatGPT, Gemini, or Perplexity decides whether to cite a piece of content, author credibility is part of the equation — especially for medical, financial, legal, and professional service topics.

A page with “Written by Jane Smith” and no further context provides almost no author signal. A page with Person schema linking to Jane Smith’s LinkedIn, Google Scholar profile, 12 published articles, and a detailed bio page establishes Jane Smith as a recognized entity with attributed expertise.

The difference between those two scenarios is not talent — it’s entity building.

What you’ll learn:
– The Person schema JSON-LD structure for authors
– How to build an author bio page that signals entity recognition
– External profile signals that reinforce author authority
– How author entities impact E-E-A-T and AI citation probability
– The sameAs property for linking author profiles


Table of Contents

  1. Why Author Entities Matter for AI
  2. Person Schema JSON-LD Structure
  3. Author Bio Page Requirements
  4. External Profile Signals
  5. The sameAs Property for Authors
  6. Author Entity Strength Audit
  7. Frequently Asked Questions

Why Author Entities Matter for AI

AI systems that evaluate E-E-A-T for source selection use author identity as a key trust signal. The question they effectively answer: “Is this content from someone with demonstrated expertise in this topic?”

Without author entity signals, that question cannot be answered — the content is attributed to a name, not a recognized entity.

With strong author entity signals:
– Google can verify the author is a real person
– The author’s expertise credentials are accessible and verifiable
– The author’s track record (other publications, citations of their work) is visible
– The content can be attributed with confidence to a credentialed source

In the E-E-A-T framework, strong author entities directly benefit the Expertise and Trustworthiness dimensions. For YMYL content categories (health, finance, legal), this is particularly high-stakes: Google’s Quality Rater Guidelines explicitly require strong author credentials for these topics.


Person Schema JSON-LD Structure

Here is a complete Person schema for a named author:

{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Priya Sharma",
  "jobTitle": "Senior SEO Strategist",
  "url": "https://ignitednepal.com/team/priya-sharma/",
  "description": "Priya Sharma is a growth engineer with 8 years of experience in SEO, AEO, and digital strategy for B2B SaaS companies across Australia and the UAE.",
  "image": "https://ignitednepal.com/images/priya-sharma.jpg",
  "email": "priya@ignitednepal.com",
  "knowsAbout": ["SEO", "Answer Engine Optimization", "Content Strategy", "Entity SEO"],
  "alumniOf": {
    "@type": "CollegeOrUniversity",
    "name": "Tribhuvan University"
  },
  "worksFor": {
    "@type": "Organization",
    "name": "Ignited Nepal",
    "url": "https://ignitednepal.com"
  },
  "sameAs": [
    "https://www.linkedin.com/in/priya-sharma-seo/",
    "https://twitter.com/priyasharmaSEO",
    "https://scholar.google.com/citations?user=EXAMPLE",
    "https://www.searchenginejournal.com/author/priya-sharma/"
  ]
}

Key fields:
name — exact name match across all platforms
jobTitle — specific, descriptive role
knowsAbout — expertise topics as an array
sameAs — array of all external profile URLs
worksFor — links to Organization schema

Place this JSON-LD in a <script type="application/ld+json"> tag on the author’s bio page and optionally on each article they author.


Author Bio Page Requirements

The author bio page is the entity hub for a Person entity. AI systems and Google’s Quality Raters use it to verify author credentials.

Essential elements:
– Author name (exact match to byline name)
– Professional headshot
– 150-300 word bio covering: expertise, experience, relevant credentials, notable publications or clients
– Links to all external profiles (LinkedIn, Twitter/X, industry publications)
– List of articles/content authored on your site
– Contact information or contact form

Nice to have:
– Speaking engagements or conference appearances
– Industry awards or recognition
– Quotes or features in third-party publications
– Education and certifications

The bio page URL should be structured as yoursite.com/team/author-name/ or yoursite.com/author/name/ — clean, canonical paths.


External Profile Signals

Author entity strength is determined significantly by third-party corroboration. The more external platforms recognize the same author with consistent information, the stronger the entity signal:

Tier 1 — High authority:
– LinkedIn (professional profile with full history)
– Google Scholar (for academic/research authors)
– Wikipedia author page (if applicable)
– Wikidata person entry

Tier 2 — Industry authority:
– Industry publication bylines (Search Engine Journal, HubSpot Blog, Forbes, etc.)
– Podcast guest appearances
– Conference speaker profiles

Tier 3 — General authority:
– Twitter/X profile
– GitHub profile (for technical authors)
– Quora/Reddit contributions in relevant topics

Consistency is critical: the author’s name, headshot, and job title should be consistent across all profiles. Inconsistencies create entity disambiguation problems — AI systems may not recognize the same person across profiles.


The sameAs Property for Authors

sameAs is the most important Person schema property for entity building. It tells Google (and other knowledge systems) that the same entity exists across multiple platforms.

A minimal sameAs implementation:

"sameAs": [
  "https://www.linkedin.com/in/author-name/",
  "https://twitter.com/authorhandle"
]

A strong sameAs implementation includes 5+ high-authority profiles. The network effect of sameAs connections strengthens entity recognition — each additional high-authority connection increases the confidence that the person is a real, recognized expert.

Important: Only include URLs that you control or that genuinely represent the same person. Including incorrect sameAs URLs can create entity confusion and damage rather than help your signals.


Author Entity Strength Audit

Author Entity Strength Audit

Score your author entity signals out of 30 points

Author Entity Score
0/30


Frequently Asked Questions

Q: Does Person schema need to be on every article page or just the author bio page?
A: Person schema should be on the author bio page as its primary location. On article pages, you can include a simplified version or link to the author bio page using the author property in Article schema. Full Person schema on every article page is optional but beneficial.

Q: Can I build author entities for multiple team members?
A: Yes, and you should. Each named author on your site should have their own bio page, Person schema, and LinkedIn profile. If you publish content under a company byline (e.g., “Ignited Nepal Team”), consider creating an Organization entity for that byline rather than leaving it as an unattributed string.

Q: Does the author need to be famous to benefit from author entity building?
A: No. The goal is not fame but verifiability. An author who has a well-structured bio page, consistent external profiles, and a few industry publication bylines is recognizable by AI systems regardless of mainstream fame.


Conclusion

Person schema and author entity building are underinvested E-E-A-T signals for most businesses. A 2-hour investment per author — building a strong bio page, implementing Person schema, and establishing LinkedIn and industry publication presence — can significantly strengthen the author trust signals that AI systems use for source selection.

Start with your most frequent author. Build their entity completely before moving to others.


Get AI-Ready with Ignited Nepal

We implement author entity schemas and build the E-E-A-T infrastructure that positions your team’s expertise for AI citation recognition.

→ Request an AI Visibility Audit


Written by the Ignited Nepal AI Visibility team. ignitednepal.com

NR

Article by

Niraj Raut

Head of Search at Ignited Nepal. Drove 340% organic traffic growth for EzyDog (Australia), 4× revenue for The Turf Man (Australia), and 120% month-on-month traffic growth for ThemeGrill (Nepal). Keynote speaker at WordCamp Nepal 2023 and verified WordPress.org open-source contributor.