Featured image ignored, wrong list order
-
The list of images in meta-tags is in reverse order. Consequently, FB debugger will never select the featured image, if other images are eligible, as it appears at the end of the list. For instance, on my page:
https://lebonheurestpossible.org/overdose-d-exercice/
whereas the featured image is:
https://lebonheurestpossible.org/wp-content/uploads/2016/02/fatigue.png
and the list in meta-tags is:
<meta property=”og:image” content=”https://lebonheurestpossible.org/smiley-200/” />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/06/heart_conduct_sinus.gif” />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/06/heart_conduct_atrialfib.gif” />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/06/atrial-fibrillation-mechanisms.gif?w=300″ />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/06/myocardial-adaptation.gif” />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2015/10/exhausted-man-running.jpg?w=294″ />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/06/paris-marathon.jpg?w=300″ />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/02/halteres.png?w=300″ />
<meta property=”og:image” content=”https://lebonheurestpossible.org/wp-content/uploads/2016/02/fatigue.png” />
- The topic ‘Featured image ignored, wrong list order’ is closed to new replies.