RevealTheme logo

Validateur de Twitter Card

Prévisualisez l'apparence d'une URL lorsqu'elle est partagée sur Twitter/X. Validez toutes les métabalises Twitter Card.

Comment utiliser cet outil

  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'est-ce que le validateur de Twitter Card ?

Twitter (désormais X) utilise des métabalises préfixées par twitter: pour afficher des cartes enrichies lorsque des URL sont partagées. Le type le plus courant est summary_large_image, qui affiche une grande image, un titre, une description et une source. Cet outil extrait et valide chaque balise spécifique à Twitter, puis affiche la carte afin que vous voyiez ce que verra votre audience.

Cas d'usage courants

  • 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.

Questions fréquentes

Quels types de cartes existent ?
summary, summary_large_image, app et player. summary_large_image est la plus attrayante pour les sites de contenu.

Outils connexes