Facebook share image wrong on post not on debugger [closed]

The problem is that your HTML is malformed.

You have span tags in the head. Facebook’s debugger sees this, and assumes the head must have ended and the body started, and it didn’t find any og tags so far – hence it reports the properties are missing.

If you scroll down in the debugger to “Scraped URL: See exactly what our scraper sees for your URL” you’ll see the problem as FB sees it.