Hey everyone, hope all is well.
My website is romanempiretimes.com, running on Ghost (Pro) and the Source theme, customized by myself.
At the moment, the og:image properties are:
<meta property="og:image" content="https://romanempiretimes.com/content/images/size/w1200/truncated">
<meta property="og:image:width" content="1200">
My goal is to replace the w1200
folder with the w2000
one, where our XXL images are. I thought it’ll be a simple process, but it seems the meta properties and schema lies within the ghost_head
and I don’t know how to find/edit it on Ghost (Pro).
Is there a solution for this? I was even considering creating redirects from the w1200 to w2000 folders, but aside from being non-sensical, the width/height properties would still be wrong.