Input
Course name: Intro to Python Programming
Description: A four-week online course covering Python fundamentals.
Provider: Northwind Academy, https://northwind.example.com
Price: 49.00 USD (Paid)
Course mode: online
Start date: 2026-09-01
End date: 2026-09-28
Expected output
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Intro to Python Programming",
"description": "A four-week online course covering Python fundamentals.",
"provider": {
"@type": "Organization",
"name": "Northwind Academy",
"sameAs": "https://northwind.example.com"
},
"hasCourseInstance": {
"@type": "CourseInstance",
"courseMode": "online",
"startDate": "2026-09-01",
"endDate": "2026-09-28",
"offers": {
"@type": "Offer",
"category": "Paid",
"price": "49.00",
"priceCurrency": "USD"
}
}
}