OG image URL is missing

Ahref’s report is saying my webflow site’s OG image’s are missing url’s.

I’ve seen this discussed in 2020 Og:url missing from open graph tags? - #9 by evolross

but are there any Webflow native solutions for this?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

The webflow native solution is to add them in to your pages in the before-HEAD custom code area.

Not ideal since it’s a manual process, but it works.

What about websites with localization?

Much harder.

You can try script but it’s unlikely that social media bots are as advanced as googlebot regarding JS execution.

My own solution is that I have it built into the Hyperflow reverse proxy framework, where I duplicate it from the canonical.

There really isn’t another good approach there.
My experience is that social media seems perfectly happy without it and probably falls back to the canonical when <og:url> isn’t found.

However if it’s something you need, I highly recommend upvoting one of these.
Or for larger projects, hit me up about Hyperflow 2.