opengraph
multiple og:image
The Open Graph protocol allows multiple og:image
tags. This is useful for sites that have multiple images on a page, and want to specify multiple images for sharing. Dimensions may be included allowing a platform to choose the best image for the situation.
<meta property="og:image" content="https://example.com/pancake1.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<meta property="og:image" content="https://example.com/pancake2.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
See also