Social Media Previews and SEO

Hi everyone. I had already developed my DApp with React and Vite, with Motoko backend. It has a blogs feature (blogs will be updated and added in the DApp). When I share on social media platforms like Facebook and Twitter, it’s supposed to preview the blog content, e.g. image and title. I had set up open graph tags with React Helmet. However, when I share, the og tags are not being picked. It’s (the social media) only picking up the title I had set in my index.html. It is to my understanding that I have to implement SSR, or do I? Does anyone have a solution, or implemented any? Is there an easy solution?

Hey, normally this should work, I have implemented on tags also on my blog, e.g.

https://blog.icacademy.at/blog/astro_internet_identity

But sometimes X doesn’t show some pics. But I think this depends on X and caching.

@rbole Thank you. Your blog is nice. I can see it previews on social medias very well. Let me have a revisit of my code.