RevealTheme logo

Validador de Twitter Card

Pré-visualize como qualquer URL aparece ao ser compartilhada no Twitter/X. Valida todas as meta tags do Twitter Card.

Como usar esta ferramenta

  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.

O que é o Validador de Twitter Card?

O Twitter (agora X) usa meta tags com o prefixo twitter: para renderizar cards enriquecidos quando as URLs são compartilhadas. O tipo mais comum é o summary_large_image, que exibe uma imagem grande, título, descrição e fonte. Esta ferramenta extrai e valida cada tag específica do Twitter e então renderiza o card para que você veja o que o seu público verá.

Casos de uso comuns

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

Perguntas frequentes

Quais tipos de card existem?
summary, summary_large_image, app e player. O summary_large_image é o mais atraente para sites de conteúdo.

Ferramentas relacionadas