Open Graph tags
Checks if the essential Open Graph meta tags are present.
¿Por qué importa esto?
Open Graph tags determine how your page looks when shared on Facebook, LinkedIn, and WhatsApp. Without OG tags, the platform picks a random image and description itself.
¿Cómo se soluciona?
Add at least og:title, og:description, og:image and og:url. Use an image of at least 1200×630px. Make sure og:image contains an absolute URL.
Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.
Preguntas frecuentes
Checks if the essential Open Graph meta tags are present.
Open Graph tags determine how your page looks when shared on Facebook, LinkedIn, and WhatsApp. Without OG tags, the platform picks a random image and description itself.
Add at least og:title, og:description, og:image and og:url. Use an image of at least 1200×630px. Make sure og:image contains an absolute URL.
Ejemplo
Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.
<meta property="og:title" content="SEO audit tool - 53 free checks | YourBrand"> <meta property="og:description" content="Automatically run 53 SEO checks on your website. Start for free."> <meta property="og:image" content="https://www.yourdomain.com/images/og-homepage.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta property="og:url" content="https://www.yourdomain.com/"> <meta property="og:type" content="website"> <meta property="og:site_name" content="YourBrand"> <meta property="og:locale" content="en_US">