Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema.org Metatag "CollegeOrUniversity" #3644

Open
RyanDool opened this issue Aug 15, 2024 · 1 comment · May be fixed by #3743
Open

Schema.org Metatag "CollegeOrUniversity" #3644

RyanDool opened this issue Aug 15, 2024 · 1 comment · May be fixed by #3743
Assignees
Labels
enhancement New feature or request

Comments

@RyanDool
Copy link

RyanDool commented Aug 15, 2024

Motivation

As a measure to ensure our web entities are accurately consumed by bots we have a need for a scalable solution to implement correctly formatted templated schema markup via our enterprise CMS (QuickStart).

Is your feature request related to a problem? Please describe.

The Drupal schema.org Metatag is missing a component vital to our institution. We need to have the object type "CollegeOrUniversity" added, as this is the correct schema type to represent nearly all University of Arizona websites.

Proposed Resolution

Describe the solution you'd like

I would like for a new type of "CollegeOrUniversity" to be added to schema.org Metatag. Within this type the following fields should be available:

name
url
description
logo
image
sameAs
address
"@type": "PostalAddress",
streetAddress,
addressLocality
addressRegion
postalCode
addressCountry
telephone
email
parentOrganization
"@type": "EducationalOrganization",
"name": "University of Arizona",
"url": "https://www.arizona.edu/",
"address":
"@type": "PostalAddress",
"streetAddress": "1401 E University Blvd",
"addressLocality": "Tucson",
"addressRegion": "AZ",
"postalCode": "85721",
"addressCountry": "US"

Note: the ParentOrganization will always reference The University of Arizona, as such, the associated fields can contain default text.

For a better look at how the json should generate please see this google doc

Describe alternatives you've considered

Once this is completed there are more schema types to be added which round out nearly all use cases for the University of Arizona.

Roles and Permissions considerations

A clear and concise description of how each of the following roles would be impacted by this change:

  • Anonymous user
    • None
  • Authenticated user
    • None
  • Content editor
    • Would have the ability to create, modify, or delete content within the fields under the newly created "CollegeOrUniversity" type.
  • Content administrator
    • Would have the ability to create, modify, or delete content within the fields within the newly created "CollegeOrUniversity" type.
  • Administrator
    • Would have the ability to enable/disable the module and provide default nodes to each of the fields within the newly created "CollegeOrUniversity" type.

Additional context

Add any other context or screenshots about the feature request here.

@RyanDool
Copy link
Author

@mrbeiley This is the feature request we discussed

@mrbeiley mrbeiley self-assigned this Aug 15, 2024
@joeparsons joeparsons added the enhancement New feature or request label Sep 13, 2024
@mrbeiley mrbeiley linked a pull request Sep 26, 2024 that will close this issue
32 tasks
@mrbeiley mrbeiley linked a pull request Sep 26, 2024 that will close this issue
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants