{"id":25521,"date":"2026-09-05T02:44:44","date_gmt":"2026-09-04T23:44:44","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/movie-carousel-movie-structured-data\/"},"modified":"2026-09-05T02:44:44","modified_gmt":"2026-09-04T23:44:44","slug":"movie-carousel-movie-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/movie-carousel-movie-structured-data\/","title":{"rendered":"Movie carousel (Movie) structured data"},"content":{"rendered":"<p><img decoding=\"async\" class=\"attempt-right\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-602c611be0bd.png\" loading=\"lazy\" alt=\"An illustration of how a movie rich result can appear in Google Search. It shows 3 different movies from the same website in a carousel format that users can explore and select a specific movie\"><\/p>\n<p>\n      Mark up your movie lists with structured data so users can explore movies on Google<br \/>\n      Search in new ways. You can provide details about the movies, such as the title of the movie, director<br \/>\n      of the movie, and an image of the movie. The movie carousel is only available on mobile devices.\n    <\/p>\n<aside class=\"key-point\"><b>Do you want to claim a specific movie in the knowledge panel?<\/b> <a href=\"https:\/\/support.google.com\/knowledgepanel\/answer\/7534902\" class=\"external-link\">Get verified on Google<\/a>.<br \/>\n      <br \/>\n        <b>Do you want to enable a watch button?<\/b> <a href=\"https:\/\/developers.google.com\/actions\/media\" class=\"external-link\">Get started with Media<br \/>\n      Actions<\/a>.<\/aside>\n<h2 id=\"add-structured-data\" tabindex=\"-1\">\n    How to add structured data<br \/>\n  <\/h2>\n<p>\n    Structured data is a standardized format for providing information about a page and classifying the page<br \/>\n    content. If you&#8217;re new to structured data, you can learn more about<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">how structured data works<\/a>.\n    <\/p>\n<p>\n    Here&#8217;s an overview of how to build, test, and release structured data.<\/p>\n<ol>\n<li>Add the <a href=\"#structured-data-type-definitions\">required properties<\/a>. Based on the<br \/>\n      format you&#8217;re using, learn where to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/#format-placement\">insert structured data on the page<\/a>.<\/p>\n<aside class=\"note\">\n      <b>Using a CMS?<\/b> It may be easier to use a plugin that&#8217;s integrated into your CMS.<br \/>\n      <br \/>\n      <b>Using JavaScript?<\/b> Learn how to<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">generate structured data with JavaScript<\/a>.<\/aside>\n<\/li>\n<li>Follow the <a href=\"#guidelines\">guidelines<\/a>.<\/li>\n<li>Validate your code using the<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a><br \/>\n      and fix any critical errors. Consider also fixing any non-critical issues that may be flagged<br \/>\n      in the tool, as they can help improve the quality of your structured data (however, this isn&#8217;t necessary to be eligible for rich results). <\/li>\n<li>Deploy a few pages that include your structured data and use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a> to test how Google sees the page. Be sure that your page is<br \/>\n      accessible to Google and not blocked by a robots.txt file, the <code>noindex<\/code> tag, or<br \/>\n      login requirements. If the page looks okay, you can<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recrawl-request\/\" class=\"external-link\">ask Google to recrawl your URLs<\/a>.<\/p>\n<aside class=\"note\"><b>Note<\/b>: Allow time for re-crawling and re-indexing. Remember that it<br \/>\n      may take several days after publishing a page for Google to find and crawl it.<\/aside>\n<\/li>\n<li>To keep Google informed of future changes, we recommend that you<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/build-submit-sitemap\/\" class=\"external-link\">submit a sitemap<\/a>. You can automate this with the<br \/>\n      <a href=\"https:\/\/developers.google.com\/webmaster-tools\/v1\/sitemaps\" class=\"external-link\">Search Console Sitemap API<\/a>.<\/li>\n<\/ol>\n<h2 id=\"examples\" tabindex=\"-1\">\n      Examples<br \/>\n    <\/h2>\n<h3 id=\"summary\" tabindex=\"-1\">\n      Summary page + multiple full details pages<br \/>\n    <\/h3>\n<p>\n      The summary page has a short description of each item in the list, and each description points<br \/>\n      to a separate details page that is focused entirely on one item. Here&#8217;s an example of the<br \/>\n      summary movie list in JSON-LD:\n    <\/p>\n<div><\/div>\n<h3 id=\"single\" tabindex=\"-1\">\n      Single, all-in-one-page list<br \/>\n    <\/h3>\n<p>\n      A single, all-in-one-page list hosts all list information, including full text of each item.<br \/>\n      Here&#8217;s an example of a single, all-in-one movie list in JSON-LD:\n    <\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=movie\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;The Best Movies from the Oscars &#8211; 2024&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;ItemList&#8221;,<br \/>\n      &#8220;itemListElement&#8221;: [<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n          &#8220;position&#8221;: 1,<br \/>\n          &#8220;item&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Movie&#8221;,<br \/>\n            &#8220;url&#8221;: &#8220;https:\/\/example.com\/2024-best-picture-noms#a-star-is-born&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;A Star Is Born&#8221;,<br \/>\n            &#8220;image&#8221;: &#8220;https:\/\/example.com\/photos\/6&#215;9\/photo.jpg&#8221;,<br \/>\n            &#8220;dateCreated&#8221;: &#8220;2024-10-05&#8221;,<br \/>\n            &#8220;director&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n                &#8220;name&#8221;: &#8220;Bradley Cooper&#8221;<br \/>\n              },<br \/>\n            &#8220;review&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n              &#8220;reviewRating&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n                &#8220;ratingValue&#8221;: 5<br \/>\n              },<br \/>\n              &#8220;author&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n                &#8220;name&#8221;: &#8220;John D.&#8221;<br \/>\n              }<br \/>\n            },<br \/>\n              &#8220;aggregateRating&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;AggregateRating&#8221;,<br \/>\n                &#8220;ratingValue&#8221;: 90,<br \/>\n                &#8220;bestRating&#8221;: 100,<br \/>\n                &#8220;ratingCount&#8221;: 19141<br \/>\n              }<br \/>\n            }<br \/>\n          },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n          &#8220;position&#8221;: 2,<br \/>\n          &#8220;item&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Movie&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Bohemian Rhapsody&#8221;,<br \/>\n            &#8220;url&#8221;: &#8220;https:\/\/example.com\/2024-best-picture-noms#bohemian-rhapsody&#8221;,<br \/>\n            &#8220;image&#8221;: &#8220;https:\/\/example.com\/photos\/6&#215;9\/photo.jpg&#8221;,<br \/>\n            &#8220;dateCreated&#8221;: &#8220;2024-11-02&#8221;,<br \/>\n            &#8220;director&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n                &#8220;name&#8221;: &#8220;Bryan Singer&#8221;<br \/>\n              },<br \/>\n            &#8220;review&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n              &#8220;reviewRating&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n                &#8220;ratingValue&#8221;: 3<br \/>\n              },<br \/>\n              &#8220;author&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n                &#8220;name&#8221;: &#8220;Vin S.&#8221;<br \/>\n              }<br \/>\n            },<br \/>\n              &#8220;aggregateRating&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;AggregateRating&#8221;,<br \/>\n                &#8220;ratingValue&#8221;: 61,<br \/>\n                &#8220;bestRating&#8221;: 100,<br \/>\n                &#8220;ratingCount&#8221;: 21985<br \/>\n              }<br \/>\n            }<br \/>\n          },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n          &#8220;position&#8221;: 3,<br \/>\n          &#8220;item&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Movie&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Black Panther&#8221;,<br \/>\n            &#8220;url&#8221;: &#8220;https:\/\/example.com\/2024-best-picture-noms#black-panther&#8221;,<br \/>\n            &#8220;image&#8221;: &#8220;https:\/\/example.com\/photos\/6&#215;9\/photo.jpg&#8221;,<br \/>\n            &#8220;dateCreated&#8221;: &#8220;2024-02-16&#8221;,<br \/>\n            &#8220;director&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n                &#8220;name&#8221;: &#8220;Ryan Coogler&#8221;<br \/>\n              },<br \/>\n            &#8220;review&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n              &#8220;reviewRating&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n                &#8220;ratingValue&#8221;: 2<br \/>\n              },<br \/>\n              &#8220;author&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n                &#8220;name&#8221;: &#8220;Trevor R.&#8221;<br \/>\n              }<br \/>\n            },<br \/>\n              &#8220;aggregateRating&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;AggregateRating&#8221;,<br \/>\n                &#8220;ratingValue&#8221;: 96,<br \/>\n                &#8220;bestRating&#8221;: 100,<br \/>\n                &#8220;ratingCount&#8221;: 88211<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n      ]<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<div><\/div>\n<h2 id=\"guidelines\" tabindex=\"-1\">Guidelines<\/h2>\n<p>You must follow these guidelines to be eligible to appear in a movie carousel.<\/p>\n<aside class=\"warning\"><b>Warning:<\/b> If Google detects that some of the markup on your pages<br \/>\n      may be using techniques that are outside our structured data guidelines, your site may receive<br \/>\n      a <a href=\"https:\/\/support.google.com\/webmasters\/answer\/2604824\" class=\"external-link\">manual action<\/a>.<\/aside>\n<ul>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#guidelines\">Carousel guidelines<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/search-essentials-overview\/\">Search Essentials<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General structured data guidelines<\/a><\/li>\n<\/ul>\n<h2 id=\"structured-data-type-definitions\" tabindex=\"-1\">Structured data type definitions<\/h2>\n<p>You must include the required properties for your content to be eligible for display as a<br \/>\n      rich result. You can also include the recommended properties to add more information about<br \/>\n      your content, which could provide a better user experience.<\/p>\n<h3 id=\"movie\" tabindex=\"-1\">\n      <code>Movie<\/code><br \/>\n    <\/h3>\n<p>\n      In addition to the <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/\">Carousel properties<\/a>, define<br \/>\n      the following properties in your Carousel object.<\/p>\n<p>\n      The full definition of <code>Movie<\/code> is available at<br \/>\n      <a href=\"https:\/\/schema.org\/Movie\" class=\"external-link\">schema.org\/Movie<\/a>.\n    <\/p>\n<p>The Google-supported properties are the following:<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>image<\/code><\/td>\n<td><code><a href=\"https:\/\/schema.org\/URL\" class=\"external-link\">URL<\/a><\/code> \u0438\u043b\u0438 <code><a href=\"https:\/\/schema.org\/ImageObject\" class=\"external-link\">ImageObject<\/a><\/code><\/p>\n<p>\n          An image that represents the movie. Additional image guidelines:<\/p>\n<ul>\n<li>Image URLs must be<br \/>\n            <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/sitemap-extensions\/\">crawlable and indexable<\/a>.<\/li>\n<li>Images must represent the marked up content.<\/li>\n<li>Images must be in .jpg, .png, or .gif format.<\/li>\n<li>Images must have a high resolution and have a 6:9 aspect ratio. While Google can crop images<br \/>\n            that are close to a 6:9 aspect ratio, images largely deviating from this ratio aren&#8217;t<br \/>\n            eligible for the feature.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td><code>name<\/code><\/td>\n<td><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>\n          The name of the movie.\n        <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"20%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\n<h3 id=\"aggregaterating\" tabindex=\"-1\">\n            <code>aggregateRating<\/code><br \/>\n            <\/h3>\n<\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/AggregateRating\" class=\"external-link\">AggregateRating<\/a><\/code><\/p>\n<p>Annotation for the average review score assigned to the movie. Follow the <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#guidelines\">Review snippet guidelines<\/a> and list of required and recommended <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#aggregate-rating\">AggregateRating properties<\/a>.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>dateCreated<\/code><\/td>\n<td><code><a href=\"https:\/\/schema.org\/Date\" class=\"external-link\">Date<\/a><\/code> \u0438\u043b\u0438 <code><a href=\"https:\/\/schema.org\/DateTime\" class=\"external-link\">DateTime<\/a><\/code><\/p>\n<p>\n          The date the movie was released.\n        <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>director<\/code><\/td>\n<td><code><a href=\"https:\/\/schema.org\/Person\" class=\"external-link\">Person<\/a><\/code><\/p>\n<p>\n          The director of the movie. For example:<\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3 id=\"review\" tabindex=\"-1\">\n          <code>review<\/code><br \/>\n          <\/h3>\n<\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Review\" class=\"external-link\">Review<\/a><\/code><\/p>\n<p>A nested <code>Review<\/code> of the movie. Follow the<br \/>\n            <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#guidelines\">Review snippet<br \/>\n              guidelines<\/a> and the list of required and recommended<br \/>\n            <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#review-properties\">review<br \/>\n              properties<\/a>.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"troubleshooting\" tabindex=\"-1\">Troubleshooting<\/h2>\n<p>\n    If you&#8217;re having trouble implementing or debugging structured data, here are some resources that<br \/>\n    may help you.\n  <\/p>\n<ul>\n<li>If you&#8217;re using a content management system (CMS) or someone else is taking care of your site,<br \/>\n      ask them to help you. Make sure to forward any Search Console message that details the issue to them.<\/li>\n<li>Google does not guarantee that features that consume structured data will show up in search results.<br \/>\n      For a list of common reasons why Google may not show your content in a rich result, see the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General Structured Data Guidelines<\/a>.<\/li>\n<li>You might have an error in your structured data. Check the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300873\" class=\"external-link\">list of structured data errors<\/a><br \/>\n      and the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9166415\" class=\"external-link\">Unparsable structured data report<\/a>.<\/li>\n<li>If you received a structured data manual action against your page, the structured data on<br \/>\n      the page will be ignored (although the page can still appear in Google Search results). To fix<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175#zippy=%2Cstructured-data-issue\" class=\"external-link\">structured data issues<\/a>, use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175\" class=\"external-link\">Manual Actions report<\/a>.\n    <\/li>\n<li>Review the <a href=\"#guidelines\">guidelines<\/a> again to identify if your content isn&#8217;t compliant<br \/>\n      with the guidelines. The problem can be caused by either spammy content or spammy markup usage.<br \/>\n        However, the issue may not be a syntax issue, and so the Rich Results Test won&#8217;t be able to<br \/>\n        identify these issues.\n    <\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Troubleshoot missing rich results \/ drop in total rich results<\/a>.<\/li>\n<li>Allow time for re-crawling and re-indexing. Remember that it may take several days after<br \/>\n      publishing a page for Google to find and crawl it. For general questions about crawling and indexing, check the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/google-search-crawling-and-indexing-faq\/\" class=\"external-link\">Google Search crawling and indexing FAQ<\/a>.\n    <\/li>\n<li>Post a question in the <a href=\"https:\/\/support.google.com\/webmasters\/community\" class=\"external-link\">Google Search Central forum<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Mark up your movie lists with structured data so users can explore movies on Google Search in new ways. Learn more about movie schema.<\/p>\n","protected":false},"menu_order":96,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[679],"ar_kb_etiket":[],"class_list":["post-25521","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-feature-guides"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb"}],"about":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/types\/ar_kb"}],"version-history":[{"count":0,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25521\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27553"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25521"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25521"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}