Is it at all possible to remove the og:image meta tag from a particular page?
Reddit appears to grab the first og:image it comes across and from within the template I'm in, adding an og:image makes it a 3rd entry, with user avatar as the 1st and site logo.og.png the 2nd
Edit: The open_graph_meta template was actually being included within the template I was working in already, so I just changed the order of things as well as some logic. All good now!