You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The az_courses view currently displays course lists but does not provide structured data for search engines to interpret the information. Adding schema.org structured data to the course view listings will enhance search engine optimization (SEO) and improve visibility in search results. The relevant schema types are:
Is your feature request related to a problem? Please describe.
Course listings lack structured data, making it harder for search engines to parse and present them effectively in search results. Adding schema.org metadata to the view listings will improve their SEO performance and user discoverability.
Roles and Permissions Considerations
Anonymous User
No impact: Schema metatags and structured data are not user-editable and only impact metadata. Authenticated User
No impact. Content Editor
Gains the ability to preview and verify structured data output for course listings. Content Administrator
Gains the ability to configure and manage schema.org settings for the az_courses view using the az_seo module. Administrator
Gains full control over enabling/disabling schema.org metadata for course listings.
The text was updated successfully, but these errors were encountered:
Motivation
The
az_courses
view currently displays course lists but does not provide structured data for search engines to interpret the information. Adding schema.org structured data to the course view listings will enhance search engine optimization (SEO) and improve visibility in search results. The relevant schema types are:Course
: Used for individual courses.ItemList
: Used to describe a list of courses.By implementing this, we can provide detailed metadata for each course while maintaining a structured hierarchy for course lists.
Proposed Resolution
Describe the Solution You’d Like
az_courses
view with schema.orgItemList
metadata to describe the list of courses.Course
schema type, providing details such as:Example JSON-LD Output
The following illustrates the JSON-LD structure for the view:
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.Is your feature request related to a problem? Please describe.
Course listings lack structured data, making it harder for search engines to parse and present them effectively in search results. Adding schema.org metadata to the view listings will improve their SEO performance and user discoverability.
Roles and Permissions Considerations
Anonymous User
No impact: Schema metatags and structured data are not user-editable and only impact metadata.
Authenticated User
No impact.
Content Editor
Gains the ability to preview and verify structured data output for course listings.
Content Administrator
Gains the ability to configure and manage schema.org settings for the az_courses view using the az_seo module.
Administrator
Gains full control over enabling/disabling schema.org metadata for course listings.
The text was updated successfully, but these errors were encountered: