We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Course capstone pages with CreativeWork + Course context, FAQs, and breadcrumb navigation.
Describes the capstone brief, showcase, or final deliverable.
Links the capstone to its course and provider.
Answers questions about scope, evaluation, and submission.
Provides navigation context for the capstone page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "Course",
"@id": "https://www.example.com/courses/product-strategy#course",
"name": "Product Strategy Bootcamp",
"description": "Learn product positioning, roadmap planning, and go-to-market fundamentals.",
"provider": { "@type": "Organization", "name": "Northwind Academy" },
"url": "https://www.example.com/courses/product-strategy",
"courseCode": "PS-401",
"educationalCredentialAwarded": "Certificate of Completion",
"timeRequired": "P6W"
},
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"@id": "https://www.example.com/courses/product-strategy/capstone#brief",
"name": "Capstone: Launch Plan for a New Product",
"description": "Create a launch plan with target segments, positioning, and a 90-day roadmap.",
"url": "https://www.example.com/courses/product-strategy/capstone",
"author": { "@type": "Person", "name": "Riley Chen" },
"creator": { "@type": "Organization", "name": "Northwind Academy" },
"datePublished": "2025-02-12",
"isPartOf": { "@id": "https://www.example.com/courses/product-strategy#course" }
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What are the deliverables?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit a 10-slide deck, a positioning statement, and a launch checklist."
}
},
{
"@type": "Question",
"name": "How is the capstone graded?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Projects are scored on clarity, research depth, and feasibility using the rubric provided."
}
},
{
"@type": "Question",
"name": "Can I publish my capstone?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. You may publish your capstone if it doesn’t include confidential data."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Courses", "item": "https://www.example.com/courses" },
{ "@type": "ListItem", "position": 3, "name": "Product Strategy Bootcamp", "item": "https://www.example.com/courses/product-strategy" },
{ "@type": "ListItem", "position": 4, "name": "Capstone", "item": "https://www.example.com/courses/product-strategy/capstone" }
]
}
]Use CreativeWork for the capstone brief or showcase, and Course to define the parent program.
Add one CreativeWork entry per option and link each to the same Course with isPartOf.