Title: Structured Data for Carousel
Last modified: January 19, 2023

---

# Structured Data for Carousel

 *  Resolved [florian123](https://wordpress.org/support/users/florian123/)
 * (@florian123)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/)
 * Hi there,
 * I would like to use my archive sites as an summary-site with carousel schechma
   like described here: [https://developers.google.com/search/docs/appearance/structured-data/carousel#summary-page](https://developers.google.com/search/docs/appearance/structured-data/carousel#summary-page)
 * For example my tag-taxonomy overview-sites (where all the articles with the same
   tag are listed on) should use the listed articles as the URLs with the positions
   1, 2, 3 and so on.
 * Almost same what you offering in the settings for example blogpost for archive
   but for carousel.
 * Is this already possible? or do you plan to implement it in further versions?

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16389463)
 * **Almost the** **same as what you offering in the settings, for example, blog
   post for archive but for carousel.** — This is exactly what you are looking for,
   We generate the schema the same as above mentioned in google. Archive = carousel
   here.
 *  Thread Starter [florian123](https://wordpress.org/support/users/florian123/)
 * (@florian123)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16389969)
 * Thanks for your answer, but I don’t understand what you mean. Right now you are
   not offering the carousel code for summary pages what should output a code like
   this with “ListItem” / “Position” and “URL”:
 *     ```wp-block-code
           <script type="application/ld+json">
           {
             "@context":"https://schema.org",
             "@type":"ItemList",
             "itemListElement":[
               {
                 "@type":"ListItem",
                 "position":1,
                 "url":"https://example.com/peanut-butter-cookies.html"
               },
               {
                 "@type":"ListItem",
                 "position":2,
                 "url":"https://example.com/triple-chocolate-chunk.html"
               },
               {
                 "@type":"ListItem",
                 "position":3,
                 "url":"https://example.com/snickerdoodles.html"
               }
             ]
           }
           </script>
       ```
   
 * Do you understand what I mean?
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16402238)
 * Sorry for the miscommunication. What we mean to say is we generate the schema
   same as above mentioned in google docs. Archive = carousel here in the schema.
   Exactly what you are looking for we provide that only.
 *  [satishraj19](https://wordpress.org/support/users/satishraj19/)
 * (@satishraj19)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16417397)
 * Hi, [florian123](https://wordpress.org/support/users/florian123/)
 * if u really need that Schema, you can implement by coding (Up-to we get Option
   in This Plugin), we also coded and Implemented Same type schema, and also getting
   Good SEO benefit from that…
 * here is the Code : [https://stackoverflow.com/questions/65260631/schema-markup-from-a-php-loop](https://stackoverflow.com/questions/65260631/schema-markup-from-a-php-loop)
 * Check out Our Page (Coded Same) Check in Schema Testing Tool : [https://kannadanews.today/bangalore-news/](https://kannadanews.today/bangalore-news/)
 * Note: Please do it Carefully, and wait for Schema & Strucctured Data for WP &
   AMP will soon Implement This, we also waiting
 *  Thread Starter [florian123](https://wordpress.org/support/users/florian123/)
 * (@florian123)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16420691)
 * Ah wow, yes, this would be exactly what I need! Thank you very much for your 
   code example! I will have look! Thank you [@satishraj19](https://wordpress.org/support/users/satishraj19/)
 * Question to the plugin Author: Do you plan to implement this feature soon? (@magazine3)
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16433020)
 * Hi, Sorry for the delay in response. We have this feature already in the schema.
   We generate the schema same as the following one in google: [https://developers.google.com/search/docs/appearance/structured-data/carousel#summary-page](https://developers.google.com/search/docs/appearance/structured-data/carousel#summary-page)
 * The archive is nothing but the carousel here and it is exactly what you trying
   to achieve. Both are the same in the schema. This means archive = carousel here
   in the schema.
 *  Thread Starter [florian123](https://wordpress.org/support/users/florian123/)
 * (@florian123)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16433370)
 * Hi there,
 * I do not find exactly this scheme in your plugin. Can you please explain me step
   by step how I could use this with my archives pages?
 * For archives in the settings I only have: Article, BlogPosting, NewsArticle, 
   AnalysisNewsArticle, AskPublicNewsArticle, BackgroundNA, OpinionNA, ReportageNA,
   ReviewNA and Webpage. And none of theme gives me the Schema-Output for a summary-
   page like mentioned above.
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16444416)
 * Hi, Actually Summary page defines an ItemList. And in the schema, The ItemList
   is available in Article schema. We request you choose the article schema type
   in the archive and save the settings:
    1. [https://prnt.sc/M_ozdrVzMAEZ](https://prnt.sc/M_ozdrVzMAEZ)
    2. [https://prnt.sc/V7oMUI4PyR2q](https://prnt.sc/V7oMUI4PyR2q)
    3. [https://prnt.sc/mX_9fEaMo9qf](https://prnt.sc/mX_9fEaMo9qf)
    4. After selecting the schema type, you need to set the condition for the specific
       post or page or all posts where you want to show the Article scheme type: [https://prnt.sc/yslAf6QBa9Ig](https://prnt.sc/yslAf6QBa9Ig)
    5. Then the page will be redirected to the edit schema types Check this “ItemList”
       option and select below as per your requirement: [https://prnt.sc/VTep-9eEEd4n](https://prnt.sc/VTep-9eEEd4n)
    6. Here I’m sharing with you the short video for your reference: [https://monosnap.com/direct/GVOuXzr2iyxQBhGEWptoG1M4ncxw9F](https://monosnap.com/direct/GVOuXzr2iyxQBhGEWptoG1M4ncxw9F)
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16469063)
 * Hi, Hope you’re doing well. Can you please let us know, Have you tried the above
   suggestions? Kindly confirm and do let us know if you need any assistance. We
   are here to assist you if you need any help.
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16479735)
 * We are marking this topic as resolved due to inactivity. You can feel free to
   reach out to us if you still need any assistence. We will help you to resolve
   them.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Structured Data for Carousel’ is closed to new replies.

 * ![](https://ps.w.org/schema-and-structured-data-for-wp/assets/icon-256x256.png?
   rev=1922284)
 * [Schema & Structured Data for WP & AMP](https://wordpress.org/plugins/schema-and-structured-data-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/schema-and-structured-data-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/schema-and-structured-data-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/schema-and-structured-data-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/schema-and-structured-data-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/schema-and-structured-data-for-wp/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Magazine3](https://wordpress.org/support/users/magazine3/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/structured-data-for-carousel/#post-16479735)
 * Status: resolved