Your Surgeon Has 25 Years of Experience and Three Fellowships. ChatGPT Has No Idea. The Person Schema Problem in Indian Healthcare. | Iris by AdChoreo
Person SchemaDoctor CredentialsAI Visibility IndiaTechnical Guide

Your Surgeon Has 25 Years of Experience and Three Fellowships. ChatGPT Has No Idea. The Person Schema Problem in Indian Healthcare.

Lakshay Batra, Iris by AdChoreo 2026-08-07 10 min read
Your Surgeon Has 25 Years of Experience and Three Fellowships. ChatGPT Has No Idea. The Person Schema Problem in Indian Healthcare.
Key Takeaways
  • When a patient asks ChatGPT 'who is the most qualified orthopaedic surgeon for knee replacement in Bengaluru,' AI systems need machine-readable credential data to answer. Unstructured biography text gives AI systems no reliable credential signal.
  • Person schema formally declares: medical college (alumniOf), fellowship training, board certifications (hasCredential), professional associations (memberOf), and clinical specialty. AI systems read this as verified, structured authority.
  • India-specific credential hierarchy matters for AI citation: MBBS, MS/MD, MCh, DNB, DM, FRCS, fellowships from AIIMS, PGI, or international institutions. Each should appear in structured fields, not prose.
  • Most Indian clinic bio pages are marketing copy: 'Dr. [Name] is a highly experienced specialist with over 20 years of dedicated service.' This provides no AI-citable credential data.
  • A doctor with Person schema on their clinic website is more likely to appear in AI responses for credential-sensitive queries — 'board-certified LASIK surgeon,' 'IVF specialist with ICMR registration' — than a doctor without it.

When a patient in Pune who needs a complex knee replacement asks ChatGPT "who is the best orthopaedic surgeon in Pune with fellowship training in joint replacement," the AI system needs to find physician credential data that is structured, machine-readable, and verifiable. It cannot reliably extract credentials from an unstructured biography paragraph that says "Dr. Sharma is a highly experienced orthopaedic surgeon with over 20 years of expertise in joint replacement surgery."

The sentence is true. The credentials are real. The fellowship is earned. ChatGPT simply cannot extract "fellowship in joint replacement" as a structured, verifiable credential from that marketing prose with any confidence. It treats it as an assertion rather than a verified attribute. The doctor whose website has Person schema with explicit alumniOf, memberOf, and hasCredential fields — even if their clinical experience is equivalent — is cited with more confidence and frequency for credential-specific queries.

Person schema is the on-domain equivalent of what Practo's doctor profile provides to AI systems: a structured, formatted credential statement. The difference is that Person schema on your own website builds authority for your clinic's domain. Practo's structured data builds authority for Practo.

Zero
Indian clinic websites with correctly implemented Person schema for all practitioners in Iris's audit corpus
Iris audit data
High weight
physician credentials given by AI systems for specialist recommendations — especially for high-stakes procedures like surgery, IVF, LASIK
Iris analysis
Practo
currently wins doctor credential citations because it has structured doctor profiles. Person schema on your own website changes this.
Iris analysis

What Person Schema Actually Looks Like

Person schema is a JSON-LD block added to a doctor's profile page on the clinic website. A complete implementation for a plastic surgeon might look like this:

name: Dr. Priya Mehta
jobTitle: Plastic and Reconstructive Surgeon
medicalSpecialty: Plastic Surgery
alumniOf: [{"@type": "EducationalOrganization", "name": "AIIMS New Delhi", "description": "MBBS"}, {"@type": "EducationalOrganization", "name": "PGIMER Chandigarh", "description": "MS General Surgery"}, {"@type": "EducationalOrganization", "name": "Lokmanya Tilak Municipal Medical College Mumbai", "description": "MCh Plastic Surgery"}]
memberOf: [{"@type": "Organization", "name": "Association of Plastic Surgeons of India (APSI)"}, {"@type": "Organization", "name": "Indian Association of Aesthetic Plastic Surgeons (IAAPS)"}]
hasCredential: [{"@type": "EducationalOccupationalCredential", "credentialCategory": "Medical Registration", "recognizedBy": {"@type": "Organization", "name": "Medical Council of India"}}]
worksFor: The clinic entity (linked to the MedicalBusiness schema on the clinic's homepage)

This structured data is invisible to patients visiting the page. It lives in the page's HTML head section and is read only by AI crawlers and search engines. The result is that AI systems can extract specific, structured credential information rather than guessing from prose.

The Indian Credential Hierarchy AI Systems Need to Read

Indian medical credentials follow a specific hierarchy that needs to be represented accurately in Person schema for maximum AI citation value.

Primary medical degree: MBBS (alumniOf the medical college, with degree name)
Postgraduate specialty: MS (Surgery), MD (Medicine or relevant specialty), MDS (Dental), MDMS — with institution
Super-specialty: MCh (surgical specialties), DM (medical super-specialties), DNB (National Board) — with subspecialty
Fellowship training: Any fellowship from AIIMS, PGI, CMC Vellore, or international institutions (FRCS, FACS, ERBE) — these carry significant AI authority weight for high-stakes procedure queries
Professional registration: MCI/State Medical Council registration
Professional society memberships: APSI, IDA, AIOS, FOG, NeoFI, ISHRS, ISAR — relevant to specialty
Awards and honours: Optional, but meaningful for AI systems weight authority against competitive queries

Each of these credential types has a corresponding field in Person schema that AI systems are specifically designed to read. An AIIMS fellowship that appears only in a bio paragraph is treated with uncertainty. An AIIMS fellowship that appears in alumniOf schema is treated as a verified institutional affiliation.

Which Specialties Benefit Most From Person Schema

Person schema adds value for all medical specialties but has the largest impact on AI citation for queries where credential verification matters most to patients.

Highest impact: Plastic surgery and cosmetic surgery (patients actively research surgeon qualifications), reproductive endocrinology and IVF (patients research fertility specialist credentials extensively), surgical oncology (cancer surgeon credentials are scrutinised carefully), spinal surgery and neurosurgery (high-stakes procedure, patients research fellowship training).

High impact: Ophthalmology and LASIK (patients research whether surgeon is a cornea subspecialist), orthopaedic surgery (joint replacement fellowship matters significantly to patients), paediatric medicine (parents research paediatric subspecialty credentials).

Moderate impact: Dental surgery (implant and cosmetic cases), dermatology (cosmetic subspecialty), psychiatry (DM Psychiatry vs MD Psychiatry credential distinction matters to some patients).

Lower but nonzero impact: General practice, family medicine, physiotherapy — credentials matter but AI systems weight other factors more heavily for these specialties.

Connecting Person Schema to the Clinic Entity

The most important implementation detail for Person schema is connecting each doctor's schema entity to the clinic's MedicalBusiness schema using a worksFor or affiliation field. This tells AI systems that Dr. Priya Mehta (with her AIIMS credentials) works at [Clinic Name] (at this address, with these services) — and creates a verifiable entity relationship between the practitioner and the clinic.

Without this connection, the practitioner's Person schema exists as a floating entity that AI systems may not associate with the clinic's other schema blocks. With the connection, a query like "MCh plastic surgeon in Mumbai near Bandra" can match the practitioner's credential (MCh) and the clinic's location (Bandra, Mumbai) — producing a citation that neither the person schema nor the clinic schema alone could generate.

Frequently Asked Questions
What is the difference between what Practo's doctor profile does and what Person schema on my own website does?
Both provide structured credential data that AI systems can read. Practo's doctor profiles provide this data on Practo's domain — any AI citation generated from that data benefits Practo's domain authority and sends the patient to Practo's interface first. Person schema on your own website provides the same structured credential data on your clinic's domain — AI citations generated from it benefit your domain authority and send patients directly to your clinic website.
How do I implement Person schema if my website is on WordPress?
On WordPress, Person schema can be added in three ways: via a schema plugin (RankMath, Schema Pro, Yoast SEO Premium all support Person schema with medical fields), via a custom JSON-LD block added to the doctor's profile page using a Gutenberg Custom HTML block, or via header script injection through a theme or plugin. The most reliable and complete implementation uses custom JSON-LD with all the Indian-specific credential fields (alumniOf with institution names, memberOf with professional society names, hasCredential). A developer can complete this in 2-4 hours per doctor profile.
Should I add Person schema for every doctor in my clinic or just the lead surgeon?
Ideally every doctor whose credentials are likely to be cited in AI queries should have Person schema. The highest priority is lead surgeons or specialists whose credentials patients are most likely to research. In a multi-doctor practice, start with the doctor whose subspecialty credentials are most differentiating for the highest-value queries, then build out for the rest of the team. Even a single well-implemented Person schema entry on a lead surgeon's page can meaningfully improve AI citation frequency for credential-specific queries.
How long after adding Person schema before it affects AI search visibility?
AI crawlers typically re-index updated pages within 2-4 weeks. Once Person schema is indexed, it begins influencing AI responses for credential-specific queries. The effect is most visible in Google Search Console's Generative AI Performance Report, where queries mentioning qualification or specialty credentials for your doctors should begin appearing within 4-8 weeks of Person schema deployment.

Find out if your clinic is visible where patients search

Free agentic readiness audit. Scored across all six AI visibility dimensions. No sales call required.

Run Your Free Audit → Over 1,000 independent clinics audited. Average score: 47 out of 100.