jsonld@web
jsonld@web:/json-ld-course$  cat ./json-ld-course.jsonld
rich results · passed @type · example

> 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:

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.

json-ld-course.jsonld · 296B test
{
  "@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"
  }
}