OG:image being ignored, scraping wrong image
-
Hi,
If you view the source, you’ll see this:
<meta property=”og:image” content=”https://yardbirdsuite.com/wp-content/uploads/2021/09/YS-Hilario-Duran-Dec-7-2019-01-1.jpg” />
Which is the image we wan’t to be pulled.
However on facebook debugger, we are getting this:
The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
and it is pulling the first image on the page, which is dynamic for the next event.
The main image being added as a featured image is being used as a background image, but that shouldn’t matter as the og:image data is appearing properly in the source?
This is the image being pulled, which we don’t want:
https://yardbirdsuite.com/wp-content/uploads/2021/09/Tricia-Edwards-1-768×503.jpg
Also, on all pages where only the featured image is being pulled, nothing gets pulled at all even though the featured image is added as the og:image
The page I need help with: [log in to see the link]
- The topic ‘OG:image being ignored, scraping wrong image’ is closed to new replies.