> JSON-LD Course Code Download
We are still yet to see Google use this type of schema in the search engines, but it is still a good idea to use this markup if you do have legit courses.
- published
- modified
- size
- 1.1K
- path
- /json-ld-course/
Last updated October 24, 2023 by Patrick Coombe
A new type of JSON-LD came up on our radar. Thus far we haven’t seen Google use this too much in the search engines, but I am guessing they will very soon.
Google actually has some fairly strict and easy requirements if you want to use this type of markup:
- only use it for educational content that fits the criteria for a course i.e. lectures, lessons, or modules in a particular subject
- the course must have ” an explicit educational outcome of knowledge and/or skill in a particular subject and/or topic, and be led by one or more instructors with a roster of students.”
- e.g. a general event such as “how to make eggs” is not a course
Each course has to have valid title, name etc.
They basically don’t want your sorry excuse for a blog post competing with a Harvard Business class.
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Learn the Basics of SEO and JSON-LD 101",
"description": "Introductory SEO course for Everyone.",
"provider": {
"@type": "Organization",
"name": "Elite Strategies, LLC",
"sameAs": "http://www.example.com"
}
}