You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the case. In my React(SPA) application I have only one page that needs to be shared. And when it is shared I need to add the following meta tags to the head element:
It changes meta tags when the page mounts if I check it in the developer tools, but when I share the link to this page the image and description are not shown with a link. is it posible to implement it without SSR using react-helmet-async?
The text was updated successfully, but these errors were encountered:
@Lenur29 I worked on this exact same issue.
IIRC, Facebook bot can sometimes "see" the updated metas from React-Helmet-Async, but not Twitter Bot.
I had to implement a conditional logic on the server for the bots.
Hi @staylor. I need your help if it is possible
Here is the case. In my React(SPA) application I have only one page that needs to be shared. And when it is shared I need to add the following meta tags to the head element:
It changes meta tags when the page mounts if I check it in the developer tools, but when I share the link to this page the image and description are not shown with a link. is it posible to implement it without SSR using react-helmet-async?
The text was updated successfully, but these errors were encountered: