Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

302
Vistas
How to show title, image and description when sharing a link on slack using Meta tag in react?

I add the meta tag in my project and its working well on localhost and live website. But my hosted projects share in slack not display the title and description content. How to solve this type of issue

    <MetaTags>
            <title>{TITLE}</title>
            <meta name="description" content={pageDescription} />
            <meta property="og:title" content={pageTitle} />
            <meta property="og:image" content="images/logo-square.png" />
    </MetaTags>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

It depends on how load those meta data, if you are using react app and adding those meta data in component, it won't work. As React is single page application, when you share anything on any app like slack, facebook, twitter etc. they search for meta data from head of website by making on request when you send link on those applications. They don't load website on any browser, that will render react application and get those meta tags. You have to provide meta tags on server level response sender.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda