-
Notifications
You must be signed in to change notification settings - Fork 212
Resolve react helmet issue #5022
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
Comments
luizrrodrigues
added a commit
that referenced
this issue
Oct 14, 2020
|
@SathyaJayabal Can we track this in new issue, this happen because currently logical add a default meta to side in client side (this not affect Google engine to get meta info) |
verified on staging (develop) |
verified on prod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Fix community-app SEO, currently search engines getting Title and Meta before react-helmet update with respective page content. We need to make sure to run react-helmet in server side render instead client side.
Example page: https://www.topcoder.com/challenges/48406f89-3b18-488e-bccf-b7c7e6e8dd0b
SSR:
title: Topcoder
CSR:
title: QA Practice Challenge - Find Bugs on Topcoder
Lib: https://github.com/topcoder-platform/topcoder-react-utils
branches:
https://github.com/topcoder-platform/community-app/tree/seo-fix
https://github.com/topcoder-platform/topcoder-react-utils/tree/seo-fix
Challenge: https://www.topcoder.com/challenges/78711bc1-13ad-450c-ab01-18a799b6a0a2
The text was updated successfully, but these errors were encountered: