Closed
Description
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