How it worksUse casesResearchFAQLog inBook a demo
Client delivery

Ten Years Later

Ready to installOfficial HBO documentary · 28:14
Install on the client page

Paste this into the page head.

The existing video and page design stay in place.

  1. Open the page template or SEO code settings.
  2. Paste the full JSON-LD block before the closing </head> tag.
  3. Publish, then test the page in Google Rich Results Test.
Installation code Generated from the official source
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoObject",
  "@id": "https://piedpiper.com/videos/ten-years-later#video",
  "name": "Ten Years Later: The Extended Pied Piper Documentary",
  "description": "Richard Hendricks and the team tell the story of Pied Piper, middle-out compression, and the company's early days.",
  "thumbnailUrl": "https://i.ytimg.com/vi/ab1H602yc_Y/maxresdefault.jpg",
  "uploadDate": "2019-12-15",
  "duration": "PT28M14S",
  "embedUrl": "https://www.youtube.com/embed/ab1H602yc_Y",
  "publisher": {
    "@type": "Organization",
    "name": "HBO"
  },
  "about": [
    { "@type": "Person", "name": "Richard Hendricks" },
    { "@type": "Person", "name": "Dinesh Chugtai" },
    { "@type": "Person", "name": "Jared Dunn" },
    { "@type": "Person", "name": "Gavin Belson" },
    { "@type": "Person", "name": "Nelson Bighetti", "alternateName": "Big Head" },
    { "@type": "Person", "name": "Monica Hall" },
    { "@type": "Person", "name": "Bertram Gilfoyle" },
    { "@type": "Person", "name": "Jian-Yang" },
    { "@type": "Person", "name": "Erlich Bachman" },
    { "@type": "SoftwareApplication", "name": "Pied Piper", "applicationCategory": "Compression software" }
  ],
  "hasPart": [
    {
      "@type": "Clip",
      "name": "Richard introduces Pied Piper",
      "startOffset": 20,
      "endOffset": 34,
      "url": "https://www.youtube.com/watch?v=ab1H602yc_Y&t=20s"
    },
    {
      "@type": "Clip",
      "name": "Middle-out changed everything",
      "startOffset": 34,
      "endOffset": 61,
      "url": "https://www.youtube.com/watch?v=ab1H602yc_Y&t=34s"
    },
    {
      "@type": "Clip",
      "name": "The company started in a garage",
      "startOffset": 61,
      "endOffset": 80,
      "url": "https://www.youtube.com/watch?v=ab1H602yc_Y&t=61s"
    }
  ]
}
</script>