Open Graphs URL

I am trying to fix an Open Graphs error as described by ahrefs.

I belive my issue is that the og: url is being provided as a relative path instead of an exact path by the line below.

<meta property="og:url" name="twitter:url" content="[[~[[*id]]]]">

I was wondering if there was an easy way to make it an exact path.
I had some ideas but wasn’t sure.

Hey @leocubs89

This should work:

[[~[[*id]]?scheme=`full`]]
1 Like

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.