Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Webinar / Replay Stack

      Webinar registration and replay pages with Event + VideoObject context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Live webinar registration pages with replay access
      • On-demand webinar replay landing pages
      • Event pages that include embedded video recordings

      What's included

      • Represents the live webinar event details.

      • Video Object
        Open generator

        Describes the replay video content.

      • Frequently Asked Questions
        Open generator

        Answers registration, replay, and access questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the webinar page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      contentUrl
      description
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      startDate
      uploadDate

      Recommended properties (stack union)

      duration
      embedUrl
      endDate
      eventAttendanceMode
      eventStatus
      itemListElement[].item
      location.name
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      thumbnailUrl

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@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" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I include multiple sessions?

      If multiple sessions are shown, include one Event per session and keep dates aligned.

      How do I handle gated replays?

      Mention gating requirements in the FAQ answers and keep the VideoObject URLs aligned with access.

      References