Organization with several locations

31 views
Skip to first unread message

Sergio Redondo

unread,
Dec 22, 2021, 6:48:45 AM12/22/21
to Semantic Search Marketing
Hi all!
How should we markup an Organization that have several offices.? E.g: a dentist with two or three clinics in different addresses.
Should we use contactPoint with two instances? Should we use address with two instances? Or should we use hasPOS for each clinic?
Thanks in advance!

Tony McCreath

unread,
Dec 22, 2021, 4:56:15 PM12/22/21
to Semantic Search Marketing
Or you could make it the parentOrganization of multiple LocalBusiness entities.

Sergio Redondo

unread,
Jan 5, 2022, 4:48:50 AM1/5/22
to Semantic Search Marketing
Thank you very much!

Sergio Redondo

unread,
Jun 13, 2024, 5:34:29 AM6/13/24
to Semantic Search Marketing
Getting back to this thread, how do you manage multiple clinics when the location of one of them is also the location of the parentOrganization?

jarnovandriel

unread,
Jun 13, 2024, 5:42:52 AM6/13/24
to Semantic Search Marketing
Each business entity can have its own PostalAddress, so that doesn't have to be an issue.

Sergio Redondo

unread,
Jun 13, 2024, 6:02:15 AM6/13/24
to Semantic Search Marketing
Excuse me, but I don't understand.
I show you what I plan to do:

{
"@context": "https://schema.org",
"@type": "Dentist",
"name": "Dental Clinic X",
"url": "https://dentalclinicx.com",
"@id": "https://dentalclinicx.com#dentist",
"address": {
    "@type": "PostalAddress",
    "addressLocality": "Madrid",
    "addressRegion": "Comunidad de Madrid",
    "postalCode": "28003",
    "streetAddress": "Calle Principal, 2"
  },
"subOrganization": [{
"@type": "Dentist",
"name": "Dental Clinic X1",
"url": "https://dentalclinicx.com/clinic-1",
"@id": "https://dentalclinicx.com/clinic-1#dentist",
"address": {
    "@type": "PostalAddress",
    "addressLocality": "Madrid",
    "addressRegion": "Comunidad de Madrid",
    "postalCode": "28003",
    "streetAddress": "Calle Principal, 2"
  }
},{
"@type": "Dentist",
"name": "Dental Clinic X2",
"url": "https://dentalclinicx.com/clinic-2/",
"@id": "https://dentalclinicx.com/clinic-2#dentist",
"address": {
    "@type": "PostalAddress",
    "addressLocality": "Málaga",
    "addressRegion": "Andalucía",
    "postalCode": "29003",
    "streetAddress": "Calle Alameda, 4"
}
}]
}

As you can see, the address for Clinic X (parent Organization) and Clinic X 1 (sub Organization) is the same. Is this correct?

jarnovandriel

unread,
Jun 13, 2024, 6:06:04 AM6/13/24
to Semantic Search Marketing
That's exactly what I was trying to bring accres. So yes, you're good to go as is.

Sergio Redondo

unread,
Jun 13, 2024, 6:12:00 AM6/13/24
to Semantic Search Marketing
Thank you very much, Jarno!!!
Reply all
Reply to author
Forward
0 new messages