Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2245807
How to add carousel structured data
Closed

Comments

  • nutronx started the conversation

    Hello

    I am happy with the AMP plugin and theme but if I am going to use AMP for a recipe site I wanted to take advantage of one of the most important AMP features for recipes. I have looked at plugins that can do this but I dont want AMP code to not validate. I am not sure how I can implement this on all posts. Your help is appreciated.

    Carousel: Add carousel structured data to enable your recipe to appear in a carousel of rich results. This can include images, page logos, and other interesting search result features.

    "itemListElement": [  {    "@type": "ListItem",    "position": 1,  }, {    "@type": "ListItem",    "position": 2,  }
    ]

     I did get a warning in search console that I should implement this as soon as possible so I am just trying to figure out how to implement this. Thank you


  •  2,699
    PenciDesign replied

    Hi,

    The Penci Recipe plugin already supports for Google Structure Data for Recipe.

    You can see validate an recipe AMP page on your site here:

    https://search.google.com/structured-data/testing-tool?utm_source=search_console&utm_campaign=sc-amp-test#url=https%3A%2F%2Fgethomerecipes.com%2Famp%2Feasy-cast-iron-filet-mignon-steaks%2F

    Note: It has 9 warrings because you've hide the rating and don't set default values for other fields via Customize > Recipe Options. But your recipes still can validate normal.


    Best Regards,

    PenciDesign

  • nutronx replied

    Thank you. maybe it was something to do with cache or just Google being weird. they gave me a warning saying that I needed to add that data to appear in carousel but now it went away. Thank you again I appreciate your support.