Unterstützung für JSON-LD in Onebox

Fortsetzung der Diskussion aus Reichen Link-Vorschauen mit Onebox:

@Anatolia hat eine Anfrage für eine reichhaltigere Onebox für IMDb gestellt, die Bewertungen einschließt. Ich halte das für eine großartige Idee, aber es fehlen eine Reihe von Informationen in den standardmäßigen Embedding-Metatags.

Bei einer tiefergehenden Analyse scheint IMDb Folgendes zu unterstützen:

Insbesondere:

https://m.imdb.com/title/tt0253474/

Es werden übermittelt:

<script type="application/ld+json">{
  "@context": "http://schema.org",
  "@type": "Movie",
  "url": "/title/tt0253474/",
  "name": "The Pianist",
  "image": "https://m.media-amazon.com/images/M/MV5BOWRiZDIxZjktMTA1NC00MDQ2LWEzMjUtMTliZmY3NjQ3ODJiXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_.jpg",
  "genre": [
    "Biography",
    "Drama",
    "Music",
    "War"
  ],
  "contentRating": "R",
  "actor": [
    {
      "@type": "Person",
      "url": "/name/nm0004778/",
      "name": "Adrien Brody"
    },
    {
      "@type": "Person",
      "url": "/name/nm0470981/",
      "name": "Thomas Kretschmann"
    },
    {
      "@type": "Person",
      "url": "/name/nm0277975/",
      "name": "Frank Finlay"
    },
    {
      "@type": "Person",
      "url": "/name/nm0288976/",
      "name": "Emilia Fox"
    }
  ],
  "director": {
    "@type": "Person",
    "url": "/name/nm0000591/",
    "name": "Roman Polanski"
  },
  "creator": [
    {
      "@type": "Person",
      "url": "/name/nm0367838/",
      "name": "Ronald Harwood"
    },
    {
      "@type": "Person",
      "url": "/name/nm0844262/",
      "name": "Wladyslaw Szpilman"
    },
    {
      "@type": "Organization",
      "url": "/company/co0024473/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0030304/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0053177/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0104170/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0028557/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0047476/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0024879/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0043688/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0049230/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0086499/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0086504/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0074041/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0002254/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0058058/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0031772/"
    },
    {
      "@type": "Organization",
      "url": "/company/co0078675/"
    }
  ],
  "description": "The Pianist ist ein Film mit Adrien Brody, Thomas Kretschmann und Frank Finlay. Ein polnisch-jüdischer Musiker kämpft darum, die Zerstörung des Warschauer Ghettos im Zweiten Weltkrieg zu überleben.",
  "datePublished": "2002-09-25",
  "keywords": "pianist,holocaust,jewish,survival,poland",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingCount": 658161,
    "bestRating": "10.0",
    "worstRating": "1.0",
    "ratingValue": "8.5"
  },
  "review": {
    "@type": "Review",
    "itemReviewed": {
      "@type": "CreativeWork",
      "url": "/title/tt0253474/"
    },
    "author": {
      "@type": "Person",
      "name": "Fella_shibby"
    },
    "dateCreated": "2013-09-09",
    "inLanguage": "English",
    "name": "A Masterpiece. Awesome acting by Brody.",
    "reviewBody": "This is a truly heart-wrenching story of one man whose family gets perished in the Holocaust and about his survival over solitude, deprivation, starvation and terror while in hiding during the Nazi occupation. In my opinion it is one of the finest depictions of the holocaust. This movie came close to Schindlers list in depicting the horrors of Holocaust. Brody puts in a marvelous and utterly touching performance. The story depicts the emotional and cultural breakdown of persecuted Jewish community as Nazi policy tightens around them. Excellent acting by Brody.",
    "reviewRating": {
      "@type": "Rating",
      "worstRating": "1",
      "bestRating": "10",
      "ratingValue": "10"
    }
  },
  "duration": "PT2H30M",
  "trailer": {
    "@type": "VideoObject",
    "name": "The Pianist",
    "embedUrl": "/video/imdb/vi988938521",
    "thumbnail": {
      "@type": "ImageObject",
      "contentUrl": "https://m.media-amazon.com/images/M/MV5BMmQ4MWQzNDEtYmI4Zi00NmY0LWEwYTEtZTg4MmQ3MDM2YmJlXkEyXkFqcGdeQXVyNzU1NzE3NTg@._V1_.jpg"
    },
    "thumbnailUrl": "https://m.media-amazon.com/images/M/MV5BMmQ4MWQzNDEtYmI4Zi00NmY0LWEwYTEtZTg4MmQ3MDM2YmJlXkEyXkFqcGdeQXVyNzU1NzE3NTg@._V1_.jpg",
    "description": "Theatrical Trailer from Focus Features",
    "uploadDate": "2008-04-11T16:41:43Z"
  }
}</script>

Ich frage mich, ob wir Onebox anweisen sollten, JSON-LD für solche Fälle zu unterstützen?

10 „Gefällt mir“

Das wäre auch für Videos großartig, falls kein oEmbed, aber JSON-LD verfügbar ist:

4 „Gefällt mir“

Wir haben diesen PR zusammengeführt :tada:

4 „Gefällt mir“