firasm / jupyterbook_course_template

Template for Jupyterbook Syllabus
https://firasm.github.io/jupyterbook_course_template
MIT License
55 stars 13 forks source link

schema.org/Course metadata #3

Open westurner opened 4 years ago

westurner commented 4 years ago

The template could include schema.org structured data (linked data) so that search engines can index the course.

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

firasm commented 4 years ago

This sounds great!