jupyterbook_course_template icon indicating copy to clipboard operation
jupyterbook_course_template copied to clipboard

schema.org/Course metadata

Open westurner opened this issue 5 years ago • 1 comments

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.)

westurner avatar Sep 02 '20 13:09 westurner

This sounds great!

firasm avatar Sep 11 '20 02:09 firasm