Movie Carousel Schema [2021] 〈INSTANT〉

Below is a complete JSON-LD example. You would place this script in the <head> or <body> of your HTML page.

"id": 1, "title": "The Shawshank Redemption", "posterPath": "/path/to/shawshank.jpg", "overview": "Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.", "releaseDate": "1994-09-14", "genres": ["Drama"] , movie carousel schema

For this guide, we will focus on the approach, as it is the most common implementation for editorial content. Below is a complete JSON-LD example

"@type": "ListItem", "position": 1, "item": "@type": "Movie", "name": "The Matrix", "url": "https://example.com/movies/the-matrix", "image": "https://example.com/images/matrix-poster.jpg", "dateCreated": "1999-03-31", "director": "@type": "Person", "name": "Lana Wachowski" , "review": "@type": "Review", "reviewRating": "@type": "Rating", "ratingValue": "9.5" , "author": "@type": "Person", "name": "Jane Doe" of your HTML page. "id": 1

"@context": "https://schema.org", "@type": "ItemList", "itemListElement": [