Published
October 7, 2022
Updated
December 6, 2022
The easiest way to manage this is to avoid using Webflow's built-in og:image specifier altogether, and simply construct the og:image elements yourself in your HEAD custom code, in the order of preference.
<meta content=" (1st choice image) " property="og:image" />
<meta content=" (2nd choice image) " property="og:image" />
<meta content=" (3rd choice image) " property="og:image" />
References
- Open Graph Arrays - ogp.me