nicoknoll / MarkupSEO

The all-in-one SEO solution for ProcessWire.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image meta tag should include full URL

jjozsi opened this issue · comments

Hi, I noticed that the "image" and "OG:image" tags only output the filename, not the full path.
Examples:
<meta name="image" content="maxresdefault.jpg">
<meta property="og:image" content="maxresdefault.jpg">
I use the image field on the SEO tab that was supplied with the module and automatically include the tags in the header.

Module version 0.8.7, PW version 3.0.118

Try this fork / branch: https://github.com/adrianbj/MarkupSEO/tree/various-fixes-enhancements

Note that you can't simply upgrade due to some field type changes.

Thanks. Does that mean that I loose all SEO data I already entered?