We have our website developed using NextJs deployed on vercel and we have used the meta tags for our blogs and articles.
The blogs and articles preview show up correctly on my Facebook and on Linked post inspector tool, but when my friend shares it on his LinkedIn and facebook, it does not show the preview.
It shows the title but not the image and description.
Here’s the article:
https://neurodiversityacademy.com/articles/article?articleId=1
Code:
https://github.com/NeurodiversityAcademy/neurostudy-portal/blob/main/src/app/articles/page.tsx
We tried out LinkedIn inspector tool and it shows up fine.
I have tried on my facebook and linkedin. I have tried several different versions of the articles and the meta tags.
it renders on server side.