• Resolved florian123

    (@florian123)


    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

    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

    (@magazine3)

    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

    (@florian123)

    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”:

        <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

    (@magazine3)

    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.

    Hi, 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

    Check out Our Page (Coded Same) Check in Schema Testing Tool : 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

    (@florian123)

    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

    Question to the plugin Author: Do you plan to implement this feature soon? (@magazine3)

    Plugin Author Magazine3

    (@magazine3)

    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

    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

    (@florian123)

    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

    (@magazine3)

    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
    2. https://prnt.sc/V7oMUI4PyR2q
    3. 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
    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
    6. Here I’m sharing with you the short video for your reference: https://monosnap.com/direct/GVOuXzr2iyxQBhGEWptoG1M4ncxw9F
    Plugin Author Magazine3

    (@magazine3)

    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

    (@magazine3)

    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.