We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Webinar registration and replay pages with Event + VideoObject context, FAQs, and breadcrumbs.
Represents the live webinar event details.
Describes the replay video content.
Answers registration, replay, and access questions.
Provides navigation context for the webinar 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": "Event",
"@id": "https://www.example.com/webinars/ops-automation#event",
"name": "Ops Automation Webinar",
"startDate": "2025-06-18T13:00:00-05:00",
"endDate": "2025-06-18T14:00:00-05:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"location": { "@type": "VirtualLocation", "name": "Online" }
},
{
"@context": "https://schema.org",
"@type": "VideoObject",
"@id": "https://www.example.com/webinars/ops-automation#replay",
"name": "Ops Automation Webinar Replay",
"description": "Watch the full webinar replay on automating operations workflows.",
"uploadDate": "2025-06-19",
"contentUrl": "https://www.example.com/videos/ops-automation.mp4",
"thumbnailUrl": "https://www.example.com/images/webinars/ops-automation.webp",
"duration": "PT45M"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need to register for the replay?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Register to access the replay and receive the slides."
}
},
{
"@type": "Question",
"name": "How long is the replay available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Replays are available for 90 days after the live event."
}
},
{
"@type": "Question",
"name": "Will I receive the slides?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Slide downloads are included in the confirmation email."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Webinars", "item": "https://www.example.com/webinars" },
{ "@type": "ListItem", "position": 3, "name": "Ops Automation", "item": "https://www.example.com/webinars/ops-automation" }
]
}
]If multiple sessions are shown, include one Event per session and keep dates aligned.
Mention gating requirements in the FAQ answers and keep the VideoObject URLs aligned with access.