← All types

Movie

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Movie",
    "name": "The Algorithmic Garden",
    "image": "https://example.com/photos/algorithmic-garden.jpg",
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 8.1,
        "bestRating": 10,
        "worstRating": 1,
        "ratingCount": 45230
    },
    "dateCreated": "2025-06-15",
    "datePublished": "2025-11-21",
    "director": {
        "@type": "Person",
        "name": "Sofia Castellano"
    },
    "review": {
        "@type": "Review",
        "author": {
            "@type": "Person",
            "name": "Roger Chen"
        },
        "reviewRating": {
            "@type": "Rating",
            "ratingValue": 9,
            "bestRating": 10,
            "worstRating": 1
        },
        "reviewBody": "A stunning visual exploration of mathematics in nature."
    },
    "description": "A mathematician discovers that the patterns in an ancient garden hold the key to a revolutionary algorithm.",
    "actor": [
        {
            "@type": "Person",
            "name": "Elena Voss"
        },
        {
            "@type": "Person",
            "name": "Marcus Reid"
        }
    ]
}

Source: generate-movie.php

Schema: https://schema.org/Movie