jsonld@web
jsonld@web:/physician-office$  cat ./physician-office.jsonld
rich results · passed @type · example

> Physician Office - JSONLD.COM

PhysicianOffice JSON-LD schema for a medical office or clinic: name, address, phone, services, and associated physicians. Best for practice location pages.

published
modified
size
0.7K
path
/physician-office/

Last updated July 4, 2025 by Patrick Coombe

If you are looking for sample JSON-LD structured data for an Individual Physician make sure to use that instead.

Use the PhysicianOffice JSON-LD type to structure data for a medical office or clinic, including details like the office name, address, phone number, services offered, or associated physicians. It's best for practice websites or location pages to enhance SEO and enable rich search results for the office itself.

physician-office.jsonld · 496B test
{
  "@context": "https://schema.org",
  "@type": "PhysiciansOffice",
  "name": "Smith Medical Clinic",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Health St",
    "addressLocality": "Boston",
    "addressRegion": "MA",
    "postalCode": "02108",
    "addressCountry": "US"
  },
  "telephone": "+1-617-555-0100",
  "url": "https://www.smithclinic.com",
  "employee": {
    "@type": "IndividualPhysician",
    "name": "Dr. Jane Smith",
    "specialty": "Cardiology"
  }
}