Add parentOrganization and numberOfEmployees to Organization schema

Created on 17 July 2018, over 6 years ago
Updated 5 September 2024, 3 months ago

Please add parentOrganization and numberOfEmployees tags to Organization schema. After adding the parentOrganization and numberOfEmployees tags, the schema would look like below:

{ "@context": "http://schema.org", "@graph": [ { "@type": "Organization", "name": "Organization name", "parentOrganization": "Parent Organization", "numberOfEmployees": "10" } ] }
Feature request
Status

Closed: won't fix

Version

1.2

Component

Code

Created by

🇮🇳India Alka Kumari

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇸United States jessehs Taos, New Mexico

    For others looking for this functionality, here's a patch to the 8.x-2.x branch that could be incorporated as a part of the module, but also serves as a demonstration on how to accomplish this as a standalone module. It allows a parent organization property to be added.

Production build 0.71.5 2024