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
Is your feature request related to a problem? Please describe.
We are using React-Helmet to handle dynamic changes to the document head (title and other meta tags). This works for users, Google, and some services, but not all crawlers can access the dynamic tags for client-side rendered apps, and just take the initial bundle.
Describe the solution you'd like
For things like Twitter meta tags and SEO things like description, we may need to add the meta tags server side.
Additional context
This still needs a little research to determine if it is necessary for our purposes.
After looking at this a bit, it seems like server side rendering is really the only option, given the large number of pages in the site. A couple of options for this, none of which are trivial:
Is your feature request related to a problem? Please describe.
We are using React-Helmet to handle dynamic changes to the document head (title and other meta tags). This works for users, Google, and some services, but not all crawlers can access the dynamic tags for client-side rendered apps, and just take the initial bundle.
Describe the solution you'd like
For things like Twitter meta tags and SEO things like description, we may need to add the meta tags server side.
Additional context
This still needs a little research to determine if it is necessary for our purposes.
Solutions to explore:
The text was updated successfully, but these errors were encountered: