I have a react project, I have all meta tags on index.html which are common for all routes. I want different meta tags for special route /reviews for that I'm using react-helmet.
But the problem react-helmet working only when I open route in the website. Some meta tags like og:title, og:description which are added using react-helmet are not affecting when share those URLs on Facebook or WhatsApp.
Tried data-react-helmet="true" also.
Please suggest is there any way to only render meta tags on the server side. Or some other way to fix this problem.