Structured data

Schema.org @graph

Also: JSON LD @graph, connected schema, structured data graph

A clinic homepage @graph declares MedicalClinic plus LocalBusiness with @id ending in #organization, WebSite with @id ending in #website, PostalAddress nested inside the clinic, Person entities for each provider with worksFor referencing the clinic, and Service entities for each treatment with provider referencing the clinic.

Multiple disconnected JSON LD blocks (the WordPress SEO plugin default) is the most common Schema.org mistake. Disconnected blocks force the engine to reconstruct relationships and often fail. One JSON LD script tag per page with one @graph inside is the correct pattern.

Related