I am working on one website and i want there server side rendering for meta tags, title etc, I have tried 5-6 ways to do that but not working for dynamic data. I have used reactjs, react-helmet, axios packages, I want when user go to the blog details screens there will be only blog details meta tags. (for seo and share on social media)
Next.js- ravibagul91