Hello, I'm trying to add Open Graph Tags to my Flarum by adding them on the Custom Header section in the Admin Dashboard but when trying to verify it, it's like they're not there.
This is my code:
<html>
<head>
<meta name="og:title" content="Walking Players">
<meta name="og:description" content="Foro Oficial de Walking Players.">
<meta name="og:image" content="http://walkingplayers.com/og.jpg">
</head>
Why is this happening?