Skip to content

SEO 101 - fix meta description #5016

@kkartunov

Description

@kkartunov

Currently, the community app is setting the wrong meta description tag. This is happening for all pages(Contentful and others).

Screenshot 2020-09-29 10:22:41

<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:

  1. Fix the error in the library code
  2. Release new version of it to npm
  3. Update the community app to use that new version here
    "topcoder-react-utils": "0.7.8",

Metadata

Metadata

Labels

P3Normal (resolved within 7 days)QA Pass in PRODPassed verification on ProductionSEO

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions