1
votes

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)

1
For server side rendering, you can use Next.js - ravibagul91

1 Answers

0
votes

Yes Nextjs works best for SSR with React, but it seem you are just trying to have a simple blog and update the meta tags and get good SEO. I'd recommend GatsbyJS because it does all of that while also building your site as static files so you can host it on CDNs like Netlify.