Closed leonstafford closed 4 years ago
@thegulshan, looks good so far, no more localhost references or rewriting of urls that shouldn't have been in this:
I can confirm, this is resolved.
<meta property="og:site_name" content="Example.com">
w00t! Thanks again for all the testing, @thegulshankumar!
Most welcome! Happy to test more and more to get all these issues sorted fast.
seen in some opengraph meta tags
input:
<meta attr="something" content="MySite.com">
current output:
<meta attr="something" content="https://destinationurl.com/MySite.com">
expected output:
<meta attr="something" content="MySite.com">
likely cause is looking for an extension as part of checking string as possible internal link
solutions?