New patients find you through AI search. Most practices are not visible to it.

Healthcare queries now show AI Overviews in 88% of searches. The Physician and Dentist schema types, with isAcceptingNewPatients, medicalSpecialty, and availableService, determine whether your practice appears when patients search for your specialty in your city.

BrightEdge reported AI Overviews on 89% of healthcare queries in its late-2025 dataset, which is why structured specialty and availability signals matter so much for medical discovery.
Source: BrightEdge, November 2025
The Problem

AI does not know you are accepting new patients.

The isAcceptingNewPatients schema field is one of the most commercially significant properties in any category. A patient actively searching for a dermatologist or cosmetic dentist is ready to book. AI systems that see isAcceptingNewPatients: true can surface the practice with confidence. Without this field, the AI either omits the practice or describes it without this critical conversion signal.

Medical practices also benefit uniquely from detailed schema because patients search for very specific services: "LASIK in Nashville," "fertility clinic accepting new patients in Austin," "cosmetic dentist accepting insurance in Charleston." Each of these queries requires medicalSpecialty, availableService, and healthPlanAcceptance to be structured correctly in schema for the practice to appear relevantly.

VERIS implements technical AI search infrastructure for medical practices. Revenue impact estimates reference patient acquisition only, not clinical outcomes. All copy for medical clients uses acquisition language, not treatment language.

The practical risk for medical and dental sites

Specialty not explicit in schema
availableService missing or too vague
isAcceptingNewPatients absent or outdated
Insurance, locations, and doctor entities not aligned
Practice appears credible to humans but ambiguous to machines
What Gets Fixed

Medical schema requirements that drive patient discovery.

Physician and Dentist schema must declare specialty, availability, and services. Without these properties, AI systems cannot match patient queries to your practice.

  • vPrimary type: Physician, Dentist, MedicalClinic, or MedicalBusiness
  • vmedicalSpecialty from the MedicalSpecialty enumeration
  • visAcceptingNewPatients (critical)
  • vavailableService array of procedures
  • vhealthPlanAcceptance if applicable
  • vaddress, telephone, geo, image, aggregateRating
Plus full Layer 1 stack: robots.txt AI crawlers allowed, llms.txt and llms-full.txt, public discovery checks, and Apple Maps claim.
PHYSICIAN SCHEMA - MEDICAL PRACTICEjson
{
  "@context": "https://schema.org",
  "@type": "Physician",
  "name": "Austin Dermatology & Aesthetics",
  "medicalSpecialty": "Dermatology",
  "isAcceptingNewPatients": true,
  "availableService": [
    {"@type": "MedicalProcedure", "name": "Botox Injections"},
    {"@type": "MedicalProcedure", "name": "Laser Skin Resurfacing"},
    {"@type": "MedicalProcedure", "name": "Medical-Grade Facials"}
  ],
  "healthPlanAcceptance": "Blue Cross Blue Shield, Aetna"
}
What VERIS Typically Finds

The 3 gaps present on most medical practice sites.

CRITICAL

No Physician or Dentist schema

AI systems cannot identify the specialty, so the practice is excluded from specialty queries.

HIGH

isAcceptingNewPatients missing

AI cannot confirm availability for new patients, reducing recommendations for high-intent searches.

HIGH

availableService absent

AI cannot match patient queries to specific procedures or services offered by the practice.

Common questions for medical and dental practices.

VERIS implements public-facing schema markup using only information that is already publicly available on the practice website. No patient data is involved at any stage.

Multi-location practices require location-level schema for each site. This falls under the Complex Setup tier ($1,350).

Yes. Person schema with sameAs links to physician bio pages, specialty information, and credentials is available and recommended when individual physician reputation drives acquisition.

Find out if AI search is surfacing your practice to patients looking now.

The audit checks schema, AI crawler access, llms.txt, public discovery signals, and patient discovery signals. Free.

This site uses cookies to track anonymous usage. See our Privacy Policy and Cookie Policy.