Set schema_metatag
global defaults for az_quickstart
Using the az_seo
Module
#3644
Labels
enhancement
New feature or request
Motivation
To ensure consistent and accurate schema.org metadata across all subdomains under
arizona.edu
, global defaults for schema.orgCollegeOrUniversity
should be set. These defaults can apply to standalone pages or work in conjunction with additional schema on specific content types.The relevant schema type is
CollegeOrUniversity
, which allows for structured data representation of educational institutions and their departments or colleges.Example JSON-LD output:
##College or University
This could be applied to any [subdomain].arizona.edu page, either stand alone or in conjunction with additional schema.
https://schema.org/EducationalOrganization
Is your feature request related to a problem? Please describe.
Currently, subdomains under
arizona.edu
lack consistent schema.org metadata defaults, which can negatively impact search engine optimization and visibility. ApplyingCollegeOrUniversity
schema globally ensures a consistent baseline for all pages.Proposed Resolution
Describe the Solution You’d Like
schema_metatag
defaults in theaz_seo
module for theaz_quickstart
installation.CollegeOrUniversity
schema type with fields that can either:Suggested Field Mapping
name
: Default toUniversity of Arizona
or use department/college name when provided.url
: Default to the canonical URL of the site or subdomain.description
: Map to a site-wide description field or default to a generic description.logo
: Use the site logo or a default logo.image
: Use an image representing the site or institution.sameAs
: Map to a list of social media URLs provided in site settings.address
: Populate address fields dynamically or use defaults:streetAddress
: "1401 E University Blvd".addressLocality
: "Tucson".addressRegion
: "AZ".postalCode
: "85721".addressCountry
: "US".telephone
: Allow site administrators to specify a contact number.email
: Allow site administrators to specify a contact email.parentOrganization
: Static values:"name": "University of Arizona"
."url": "https://www.arizona.edu"
.Additional Context
schema_metatag
Module to Quickstart's Composer File and as a Dependency foraz_seo
#3903, which integrates theschema_metatag
module into Quickstart and theaz_seo
module.Roles and Permissions Considerations
Anonymous User
Authenticated User
Content Editor
Content Administrator
az_seo
module settings.Administrator
Additional Context
az_person
,az_course
).Conditions of Satisfaction
schema_metatag
global defaults forCollegeOrUniversity
are implemented using theaz_seo
module andschema_organization
sub module.CollegeOrUniversity
specification.Next Steps
az_seo
module.The text was updated successfully, but these errors were encountered: