← All types

Course

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Course",
    "name": "Introduction to Machine Learning",
    "description": "A comprehensive introduction to machine learning concepts, algorithms, and practical applications using Python.",
    "provider": {
        "@type": "Organization",
        "name": "DataScience Academy"
    },
    "offers": [
        {
            "@type": "Offer",
            "url": "https://example.com/courses/ml-intro",
            "priceCurrency": "USD",
            "price": 199.99,
            "availability": "https://schema.org/InStock",
            "itemCondition": "https://schema.org/NewCondition"
        }
    ],
    "hasCourseInstance": [
        {
            "@type": "CourseInstance",
            "courseMode": "online",
            "instructor": {
                "@type": "Person",
                "name": "Dr. Emily Zhang"
            }
        }
    ],
    "inLanguage": "en",
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 4.8,
        "bestRating": 5,
        "worstRating": 1,
        "ratingCount": 1024
    },
    "image": "https://example.com/photos/ml-course.jpg"
}

Source: generate-course.php

Schema: https://schema.org/Course