RevealTheme logo

Validador de Twitter Card

Previsualiza cómo aparece cualquier URL al compartirse en Twitter/X. Valida todas las metaetiquetas de Twitter Card.

Cómo usar esta herramienta

  1. 1

    Paste the full public URL (including https://) of the page you want to inspect.

  2. 2

    Run the tool so the server fetches the page and parses its HTML head.

  3. 3

    Read the status banner: green means card, title, and description were all found; red means at least one is missing.

  4. 4

    Scan the tag table and the rendered card preview to see exactly which twitter: values came back and which show as missing.

¿Qué es el Validador de Twitter Card?

Twitter (ahora X) usa metaetiquetas con el prefijo twitter: para representar tarjetas enriquecidas cuando se comparten URL. El tipo más común es summary_large_image, que muestra una imagen grande, título, descripción y fuente. Esta herramienta extrae y valida cada etiqueta específica de Twitter y luego representa la tarjeta para que veas lo que verá tu audiencia.

Casos de uso comunes

  • Confirm a new blog post exposes twitter:card, twitter:title, and twitter:description before you publish it.

  • Debug why a shared link shows a bare URL instead of a rich card by spotting which required tag is missing.

  • Check that twitter:card is set to summary_large_image when you expect the wide-image layout rather than a small thumbnail.

  • Verify a twitter:image URL actually loads by viewing it in the rendered card preview.

  • Audit a competitor or reference page to see how they configure their five core twitter: tags.

  • Spot-check a staging or production deploy to catch templates that dropped the twitter: meta tags during a build.

Preguntas frecuentes

¿Qué tipos de tarjeta existen?
summary, summary_large_image, app y player. summary_large_image es la más atractiva para los sitios de contenido.

Herramientas relacionadas