Skip to content

Resolve react helmet issue #5022

Closed
Closed
@Oanh-and-only-Oanh

Description

@Oanh-and-only-Oanh

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions