-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
P3Normal (resolved within 7 days)Normal (resolved within 7 days)QA Pass in PRODPassed verification on ProductionPassed verification on ProductionSEO
Milestone
Description
Currently, the community app is setting the wrong meta description tag. This is happening for all pages(Contentful and others).
<meta poperty="description" ... > should change to <meta name="description" ... > because of SEO reasons.
This behavior is controlled by the underlined library topcoder-react-utils here https://github.com/topcoder-platform/topcoder-react-utils/blob/50d6622593d3e927d8b7feb03e3bb73643296631/src/shared/components/MetaTags.jsx#L34
Expected:
- Fix the error in the library code
- Release new version of it to npm
- Update the community app to use that new version here
Line 142 in c865c7c
"topcoder-react-utils": "0.7.8",
Metadata
Metadata
Assignees
Labels
P3Normal (resolved within 7 days)Normal (resolved within 7 days)QA Pass in PRODPassed verification on ProductionPassed verification on ProductionSEO
