nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
404 stars 25 forks source link

OG Image not writing the right header tags #37

Closed JenuelDev closed 1 year ago

JenuelDev commented 1 year ago

Describe the bug

This is from live website image

But it does not work in LinkedIN since Linkedin format does it this way. image

Reproduction

No response

System / Nuxt Info

No response

harlan-zw commented 1 year ago

Hey @BroJenuel, thanks for the issue!

I've tested your site with the LinkedIn Post Inspector tool and it seems like an issue with your site. For whatever reason you have a 206 response when the LinkedIn bot is requesting the page.

image

I believe this is causing your issue, as the image is probably causing a 206 response as well and failing. The og image tags that it's generating are correct. Do you have any ideas why your server would be doing this?

I tested my personal site and it doesn't seem to have any issues. (https://www.linkedin.com/post-inspector/inspect/https:%2F%2Fharlanzw.com)

image

JenuelDev commented 1 year ago

its actually works before,, It might be something to do with the new updates of nuxt? because I updated it to the latest version of nuxt.

JenuelDev commented 1 year ago

Im going to close this one, I have to recheck again, thanks taking the time checking this out. :)