Complete Website Json Schema about Movie
SEO Help and Tips
Complete Described Website Json Schema about Movie
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "Movie",
"name": "Movie Hat2",
"url": "https://moviehat2.blogspot.com/",
"description": "A thrilling adventure filled with suspense and action.",
"genre": [
"Action",
"Adventure",
"Mystery"
],
"director": {
"@type": "Person",
"name": "John Doe"
},
"actors": [
{
"@type": "Person",
"name": "Jane Smith"
},
{
"@type": "Person",
"name": "Michael Johnson"
},
{
"@type": "Person",
"name": "Emily Davis"
}
],
"image": "https://example.com/moviehat2-poster.jpg",
"trailer": {
"@type": "VideoObject",
"name": "Movie Hat2 Official Trailer",
"description": "Watch the exciting trailer for Movie Hat2",
"thumbnailUrl": "https://example.com/moviehat2-trailer-thumbnail.jpg",
"embedUrl": "https://www.youtube.com/watch?v=xyz"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "8.5",
"reviewCount": 100
}
}
</script>
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "Article",
"name": "Exploring the Fascinating World of Movie Hat2",
"headline": "Exploring the Fascinating World of Movie Hat2",
"description": "Discover the captivating storyline and thrilling moments of Movie Hat2.",
"url": "https://example.com/movie-hat2-article",
"author": {
"@type": "Person",
"name": "John Smith"
},
"datePublished": "2023-06-06",
"dateModified": "2023-06-06",
"image": "https://example.com/moviehat2-article-thumbnail.jpg",
"publisher": {
"@type": "Organization",
"name": "Movie Enthusiast Magazine",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/movie-enthusiast-magazine-logo.jpg"
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/movie-hat2-article"
}
}
</script>
Comments
Post a Comment
Thanks for your Comments.