Hi,
I’ve got a problem. I’m using a SEO plugin which gives me an OG meta, but Pinboard has their own in the source code. So some of them I’ve got twice which it is not good.
So my question is:
How can I remove from my <head> </head> meta property connected with OG
<meta property=”og:title” content=””/>
<meta property=”og:description” content=”” />
<meta property=”og:url” content=””/>
<meta property=”og:image” content=””/>
<meta property=”og:type” content=”article”/>
<meta property=”og:site_name”/>
I tried to find it by myself but I couldn’t.
Please help me