← All types

CourseInstance

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "CourseInstance",
    "courseMode": "online",
    "instructor": {
        "@type": "Person",
        "name": "Dr. Emily Zhang"
    },
    "courseSchedule": {
        "@type": "Schedule",
        "repeatFrequency": "P1W",
        "startDate": "2025-09-01",
        "endDate": "2025-12-15"
    },
    "courseWorkload": "PT40H"
}

Source: generate-courseinstance.php

Schema: https://schema.org/CourseInstance