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

142
Vistas
nextjs meta tag details not appearing on social media post

I used nextjs builin Head for meta tags. But when I shared my link on facebook meta tag details not showing. Here is my code:

I added meta tag in my index.js:

export default function Home() {
  return (
    <>
      <Head>
        <meta
          name="og:title"
          content="I am Jhone. Full Stack Developer."
        />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="my_website_link" />
        <meta property="og:site_name" content="my_website_name" />
        <meta
          property="og:description"
          content="This is my personal blog website."
        />

        <link rel="icon" href="/my.ico" />
      </Head>

      <About />
      <Experience />
      <Services />
      <Portfolio />
      <Contact />
      <Testimonials />
      <Footer />
    </>
  );
}
about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Actually this code should be working properly . Try adding meta description without og before the og description but not sure that will fix your problem.

< meta
property = "description"
content = "This is my personal blog website." />

  <
  meta
property = "og:description"
content = "This is my personal blog website." />

And also try removing .next folder for removing cached code

about 4 years ago · Juan Pablo Isaza Denunciar

0

Actually my code was correct. I fixed the issue after visit https://developers.facebook.com/tools/debug/ then I put my website url and facebook scraper scrape my website and updated meta tags.

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