jupyterbook_course_template
jupyterbook_course_template copied to clipboard
schema.org/Course metadata
The template could include schema.org structured data (linked data) so that search engines can index the course.
- Thing > CreativeWork > Course https://schema.org/Course
- Thing > Event > CourseInstance https://schema.org/CourseInstance
- Thing > Event > EducationEvent https://schema.org/EducationEvent
These schema.org Classes and Properties were added to schema.org in https://github.com/schemaorg/schemaorg/issues/195 . ( https://en.wikipedia.org/wiki/Schema.org )
Here's an example of adding Schema.org RDFa, OpenGraph, and Twitter Cards metadata to an HTML page: https://github.com/CodeForAntarctica/codeforantarctica.github.io/pull/3/files . (The PR conversation includes links to specs and tools for each format.)
This sounds great!