When ChatGPT recommends a law firm, it's increasingly citing specific attorneys, not just the firm. "You might want to speak with a personal injury attorney — firms like Smith Law, where [attorney name] handles these cases, have a strong reputation in this area." That's the citation pattern that drives real leads. And it happens to firms that have invested in building attorney-level entity authority.

Your attorney biography pages are not an afterthought. They're the entity anchors that connect your firm's topical authority to specific human experts — which is exactly what ChatGPT's knowledge graph and Google's entity understanding require to cite individuals, not just websites.

Person
schema on attorney pages — the structured data type that builds individual attorney entity authority
2.8×
more likely to be cited when attorney pages include verifiable credentials and bar membership
73%
of ChatGPT legal recommendations reference a specific attorney quality or credential

The Problem With Most Attorney Bio Pages

Most attorney bios follow a predictable pattern: headshot, name, title, a paragraph about law school and bar admission, a list of practice areas, maybe some awards. This information is fine, but it's structured for human readers skimming the page, not for AI systems trying to understand who this person is, what they're an expert in, and whether they're credible.

AI systems need structured signals. Without Person schema, your attorney bio is just text that happens to be on a law firm website. With proper schema and entity-building content structure, that attorney becomes a recognized entity in the AI knowledge graph — someone who can be referenced by name in AI responses.

Person Schema: The Foundation of Attorney Entity Authority

Here's what a properly structured attorney bio schema looks like:

{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Sarah Chen",
  "jobTitle": "Personal Injury Attorney",
  "description": "Sarah Chen is a personal injury attorney with 14 years of experience representing accident victims in Ontario. She has recovered over $50 million in compensation for clients.",
  "url": "https://smithlawfirm.com/attorneys/sarah-chen",
  "image": "https://smithlawfirm.com/images/sarah-chen.jpg",
  "sameAs": [
    "https://www.linkedin.com/in/sarahchenlawyer",
    "https://www.lawsociety.on.ca/public-resources/lawyer-details/..."
  ],
  "worksFor": {
    "@type": "LegalService",
    "name": "Smith Law Firm",
    "url": "https://smithlawfirm.com"
  },
  "knowsAbout": ["Personal Injury Law", "Motor Vehicle Accidents", "Medical Malpractice", "Wrongful Death"],
  "hasCredential": [
    {
      "@type": "EducationalOccupationalCredential",
      "credentialCategory": "degree",
      "educationalLevel": "Juris Doctor",
      "recognizedBy": {"@type": "Organization", "name": "Osgoode Hall Law School"}
    }
  ],
  "memberOf": {
    "@type": "Organization",
    "name": "Law Society of Ontario"
  }
}

The sameAs Property: The Most Important Field You're Skipping

The sameAs property links your attorney's schema entity to their presence on external authoritative sites. This is how AI knowledge graphs confirm identity and build entity confidence. Every attorney bio should link to:

These cross-references allow AI systems to triangulate who this person is across multiple authoritative sources, dramatically increasing entity confidence and citation likelihood.

Writing Bio Content That Demonstrates E-E-A-T

Google's E-E-A-T signals (Experience, Expertise, Authoritativeness, Trustworthiness) were designed partly for exactly this kind of professional content. An attorney bio that demonstrates E-E-A-T isn't just a list of credentials — it shows what the attorney has actually done.

Compare these two approaches:

Weak: "Jennifer has been practicing family law for 10 years and is a member of the Ontario Bar Association."

Strong: "Jennifer has spent the last decade representing parents and children in custody and support disputes across Peel Region. She has handled more than 400 family court matters, including high-conflict cases involving parental alienation, relocation disputes, and child protection proceedings. Prior to private practice, she clerked for a Superior Court judge where she observed family law hearings from the bench — a perspective that directly shapes how she prepares cases today."

The second version tells ChatGPT something specific about what this attorney knows and has done. It reads as authored by someone with genuine experience, not assembled from a credential checklist.

Case Results and Named Verdicts: Proceed With Care

Where ethically permissible in your jurisdiction, specific results and verdicts on attorney bio pages are powerful entity signals. "$3.2M settlement for a commercial truck accident victim" says something concrete and verifiable. General claims like "successful outcomes for countless clients" say nothing and contribute nothing to AI entity understanding.

Check your jurisdiction's professional conduct rules before publishing results. Most allow disclosure of verdicts and settlements with appropriate caveats ("past results are not indicative of future outcomes"). Those caveats are fine — include them. The specific numbers are what matter for entity authority.

Related: AI SEO for Law Firms · Author Entity for Law Firms · Attorney E-E-A-T Signals · AI Website Design · About LexScale.ai