Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dynamic meta tags server side #62

Open
HaSistrunk opened this issue Aug 14, 2020 · 1 comment
Open

Implement dynamic meta tags server side #62

HaSistrunk opened this issue Aug 14, 2020 · 1 comment

Comments

@HaSistrunk
Copy link
Member

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:

@helrond
Copy link
Member

helrond commented Feb 9, 2021

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants