schema-and-structured-data-for-wp
schema-and-structured-data-for-wp copied to clipboard
Need to add the multiple featured images option in the ACF
Need to add the multiple featured images option in the ACF
ref: https://secure.helpscout.net/conversation/1246975509/146918/
Hi Team, just letting you know that I am following this ticket and have been waiting for this feature since August 2020! :)
It is part of Google's recommendations and just needs to allow each post (and custom post/page) to have the following:
{ "@context": "https://schema.org", "@type": "Recipe", "image": [ "https://example.com/photos/1x1/photo.jpg", "https://example.com/photos/4x3/photo.jpg", "https://example.com/photos/16x9/photo.jpg" ] }
ACF Pro is great for it as it allows to quickly achieve three featured images by adding those boxes to the editor. So it's just the matter of adding the markup to them. Highly anticipated. Thank you!