• Resolved satishraj19

    (@satishraj19)


    Hi

    Thanks For Adding itemlist Schema Option to Categories, But in Rich Result Testing There is No any Carousels for the Same, its only Showing Normal versions…

    Example See the Bellow itemlist Schema Added Manually by us

    https://prnt.sc/Kd7GnEnu4lGp its shows Carousels Options

    But in the Plugin recently added Code was Not Shows itemlist Carousels ? See the Bellow itemlist added by plugin

    https://prnt.sc/n_uXZ9kKxQeF

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Magazine3

    (@magazine3)

    Hi. Sorry for the inconvenience caused you. Actually, It is currently supported only by the following content types course, movie, recipe, and restaurant. And it seems you are using it in the news article. that is why it is not showing in rich results.

    Here is the reference doc: https://developers.google.com/search/docs/appearance/structured-data/carousel

    Kindly go through it and let us know back if you have any queries, So that we will be here to assist you if you need any assistance.

    Thread Starter satishraj19

    (@satishraj19)

    Hi,

    But Cinema Category also not shows Carousels Rich Snippet Right, Google Will Supported only Movie, Recipe etc… ok.. But the Code Added Recently, it should show rich snippet Carousels Right… its not showing…

    Thread Starter satishraj19

    (@satishraj19)

    What we trying to say… the itemlist for Category should show in Rich result testing Tool as a Carousels….. but not showing…. (Google will support or not, the testing tool should show)

    Plugin Author Magazine3

    (@magazine3)

    But Cinema Category also not shows Carousels Rich Snippet Right, Google Will Supported only Movie, Recipe etc… ok.. But the Code Added Recently, it should show rich snippet Carousels Right… its not showing -Can you please share the URL of it once? So that we will look into it and assist you accordingly in fixing the issue ASAP!

    Thread Starter satishraj19

    (@satishraj19)

    i think you people did only title change from Collection Page to Itemlist… Nothing Extra Added or Modified…. some Lines was unwanted to itemlist Schema but added

    Only we need this Details should be in Itemlist

    @type ItemList

    numberOfItems

    itemListOrder

    url (Category Url)

    mainEntityOfPage

    @type

    @id

    name

    itemListElement

    @type ListItem
    position
    url
    name

    How to set this… information only

    • This reply was modified 1 year, 5 months ago by satishraj19.
    Plugin Author Magazine3

    (@magazine3)

    Hi, As you can see through this link google only supports the following schema types Movie, Course, Restaurant, and Recipe in itemList schema to display the carousel in rich results so please copy the below markup and past in rich results and change the type to any of the following schema types mentions above them you will see the carousel again if you change the type to the article then carousel is not be displayed such a current google only support the above four mention schema type in itemList schema to get the carousel.

    <html> 
      <head> 
        <title>The Best Movies from the Oscars - 2018</title> 
        <script type="application/ld+json"> 
        { 
          "@context": "https://schema.org", 
          "@type": "ItemList", 
          "itemListElement": [ 
            { 
              "@type": "ListItem", 
              "position": "1", 
              "item": { 
                "@type": "Article", 
                "url": "https://example.com/2019-best-picture-noms#a-star-is-born", 
                "name": "A Star Is Born", 
                "image": "https://example.com/photos/6x9/photo.jpg", 
                "dateCreated": "2018-10-05"                        
                } 
              }, 
            { 
              "@type": "ListItem", 
              "position": "2", 
              "item": { 
                "@type": "Article", 
                "name": "Bohemian Rhapsody", 
                "url": "https://example.com/2019-best-picture-noms#bohemian-rhapsody", 
                "image": "https://example.com/photos/6x9/photo.jpg", 
                "dateCreated": "2018-11-02" 
                 
                 
                } 
              }, 
            { 
              "@type": "ListItem", 
              "position": "3", 
              "item": { 
                "@type": "Article", 
                "name": "Black Panther", 
                "url": "https://example.com/2019-best-picture-noms#black-panther", 
                "image": "https://example.com/photos/6x9/photo.jpg", 
                "dateCreated": "2018-02-16"             
                } 
              } 
          ] 
        } 
        </script> 
      </head> 
      <body> 
      </body> 
    </html>

    https://developers.google.com/search/docs/appearance/structured-data/carousel

    Oh my god, I don’t know why you are not getting the point, what we are asking since months now. I try it one one more time:

    Your example above is the implementation of “Single,?all-in-one-page list” what we are asking is just for the “Summary page” see here: https://developers.google.com/search/docs/appearance/structured-data/carousel#summary-page

    It is just so easy, if you would understand, what we are asking for!

    The Code for the Frontent should just be like this example from google:

          "@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"
    

    Thats would be enough! You are just thinking way to complicated.

    Thread Starter satishraj19

    (@satishraj19)

    we also explaiend clearly… but i think they not understanding… we waiting for only this schema.. finaly now searching other plugin to fullfil our requerment..

    Plugin Author Magazine3

    (@magazine3)

    Hi, Thank you so much for the detailed info. We are extremely sorry for the misunderstanding of the issue, now we got the issue and started working on this. Very soon we will fix this and this can be done in the next coming update. Kindly wait for the update. We appreciate your kind cooperation towards the issue.

    Regarding this we have raised the GitHub ticket in our repository: https://github.com/ahmedkaludi/schema-and-structured-data-for-wp/issues/1980

    Thread Starter satishraj19

    (@satishraj19)

    Hi,

    Any Update On This Implement, we are waiting For this Feature from 2 Months

    Plugin Author Magazine3

    (@magazine3)

    Hi, thank you for reaching out to us and we apologize for the delayed response. We have mark this to high priority and soon, you will receive an update on this. We appreciate your patience.

    Plugin Author Magazine3

    (@magazine3)

    Hi, hope you’re doing well. We’ve released a new update, so please set up the plugin using these settings: https://prnt.sc/bDZ_WCyj8jqw Update the plugin to the latest version and give it a try. These recommended settings should work seamlessly with the new update. If you have any concerns, please don’t hesitate to reach out to us

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘itemlist Schema Rich Result’ is closed to new replies.