Department and
Subdepartment Schema
Schema for businesses where different departments have different hours and contacts.
What It Is
The Department property within LocalBusiness schema allows businesses with distinct operational departments — a hospital with emergency, radiology, and cardiology departments; a car dealership with Sales, Service, and Parts; a university with multiple schools — to communicate each department's individual hours, contact information, and location within the parent entity's schema. Schema type relationships: Hospital > department > Hospital or Physician or HealthClub; Automobile dealer > department > AutoRepair or AutoDealer.
Why It Matters
For complex organizations where different departments genuinely have different hours, phone numbers, and locations within the same building or campus, a single-entity schema provides incomplete information. Department schema gives Google structured data for each operational unit — enabling Knowledge Panel sections that display department-specific hours and contacts, improving the user experience for queries like 'hospital radiology hours' or 'car dealership service department phone number'.
Common Causes
Understanding why this failure occurs is the first step to fixing it permanently.
Single Schema for Multi-Department Organizations
A hospital or car dealership with a single LocalBusiness schema — providing only the main reception hours and phone, leaving all department-specific information unstructured.
Department Pages Without Schema
Individual department pages exist on the website but have no schema — leaving Google to infer department information from unstructured page content.
Missing parentOrganization Links
Department schemas implemented without linking back to the parent entity — creating isolated schema blocks that Google can't connect to the parent organization's entity model.
Incorrect Department Type Selection
Using a generic type for departments that have specific applicable subtypes — an auto dealership service department should use AutoRepair, not a generic LocalBusiness.
The Fix Blueprint (Interactive SOP)
Check off each step to monitor your implementation progress live!
Tools
-
Google Rich Results Test
Free | Validates complex parent-department schema structures — test both the parent schema and each department page schema separately -
schema.org/LocalBusiness
Free | Department property documentation and type hierarchy for identifying correct department @types -
Google Search (Knowledge Panel monitoring)
Free | Monitor the parent entity's Knowledge Panel for department information appearing over time after schema deployment
Time to Fix
Pro Tip
Department schema is especially high-value for hospitals and medical practices.
Google's health-specific local features actively use Department schema to display which departments accept which types of appointments, what their individual hours are, and which physicians practice in each department. For healthcare clients in particular, department schema implementation is one of the highest-value schema deliverables — it directly improves the structured data that Google uses to power health-specific search features that drive patient appointment bookings.