Twitter Card Tags (X Cards): The Current, Honest Leitfaden
war twitter:card meta tags tun, the four card types, the Open Graph fallback rule, und war X tatsächlich broke — the dead validator, the vanished Cards docs, und Link-post reach effects (ein separate System aus card rendering). nicht ein Ranking factor.
Sprachen
Twitter Card tags sind <meta name="twitter:..."> elements that mitteilen X's Link-unfurling System war preview zu erstellen für ein shared URL. Four card types: summary, summary_large_image (the Standard für articles), app, und player — these sind the last dokumentiert types; kein current official X specification exists zu reconfirm them against. Every twitter:* property falls back zu its og:* counterpart wenn missing — except twitter:card itself, welche hat kein fallback und must sein festlegen explicitly. verwenden name=, nicht property= (mixing them up erhält the tag silently ignored) — long-standing, consistently practitioner-reported behavior. war ist changed since the Musk-era rebrand und matters meisten in 2026: the official Card Validator war deprecated in 2022 und its URL now redirects zu ein X login Seite; developer.x.com's Cards docs now redirect zu ein generic Seite mit kein Cards Inhalt; twitter:site/twitter:creator attribution hat degraded; und X applies confirmed reduced reach zu einige external-Link posts — ein separate System aus whether the card itself renders, so don't verwenden one zu diagnose the other. nicht ein Google oder Bing Ranking factor: Google's supported-meta-tags reference never mentions twitter: oder og: bei alle. Wert ist social CTR nur. dies ist ein deep dive under the Meta Tags für SEO hub.
TL;DR — Twitter Card tags (now sometimes called “X Cards”) sind lines von HTML in Ihre Seite’s
Evidence for this claim X Cards use page metadata to select a card type and populate a shared-link preview. Scope: X link-preview markup behavior; rendering and product features can change. Confidence: medium · Verified: X Developer Platform: Cards markup Evidence for this claim Google's supported-meta-tag reference does not treat twitter card metadata as a Google Search control. Scope: Absence from Google's supported search-control tags supports no direct Google metadata behavior, not a universal claim about social signals. Confidence: high · Verified: Google Search Central: Meta tags and attributes<head>that mitteilen X war preview zu zeigen wenn someone shares Ihre Link — the image, headline, und description. Sie mostly erhalten these “für free” aus Ihre Open Graph tags, mit one exception: thetwitter:cardtag hat kein fallback, so Sie haben zu festlegen es. Google tut nicht Dokument these tags als Suche controls; their purpose ist the social-Link preview.
war Twitter Card tags sind
wenn Sie paste ein Link into X (formerly Twitter), es usually turns into ein little
preview box mit ein image, ein headline, und ein short description statt ein bare
URL. Twitter Card tags sind the instructions für that box. They live in the
<head> von Ihre Seite, they beginnen Sie mit twitter:, und X reads them zu entscheiden war
the preview looks like.
dort sind four “card” styles:
- summary — ein small square thumbnail nächste zu the text.
- summary_large_image — ein big, full-width image. dies ist the one Sie wollen für articles und blog posts.
- app — ein card that promotes ein mobile app.
- player — plays ein video oder audio clip right in the preview.
ein basic festlegen von tags looks like dies:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Your headline here">
<meta name="twitter:description" content="A sentence or two about the page.">
<meta name="twitter:image" content="https://example.com/preview.jpg">The one thing Sie tatsächlich haben zu festlegen
hier’s the shortcut nobody tells beginners: wenn Sie already haben Open Graph tags
(the og: tags Facebook, LinkedIn, Slack, und everyone else verwenden), X will borrow
diese für the title, description, und image wenn the twitter: versions sind missing.
So in der Praxis Sie rarely benötigen zu schreiben out every twitter: tag.
The one exception ist twitter:card itself. es gibt kein Open Graph equivalent für
es, so wenn Sie wollen ein big-image card Sie haben zu hinzufügen
<meta name="twitter:card" content="summary_large_image"> explicitly. Miss es und
X may zeigen ein plain small card oder none bei alle.
The part that surprises Menschen
Two things worth knowing vor Sie spend ein afternoon auf dies:
- These tags don’t helfen Sie ranken auf Google. sie sind purely über wie Ihre Link looks wenn es ist shared auf social. (mehr auf that in the Advanced tab.)
- ein “broken” card auf X ist häufig nicht Ihre fault. Since the Musk-era rebrand, X deliberately zeigt weniger von any post that contains ein outside Link — zu halten Menschen auf the Plattform. So Ihre card kann sein perfectly coded und still erhalten little reach. Don’t burn hours debugging markup das ist already correct.
wollen the full picture — every property, the name= vs property= gotcha, image
sizes, warum the official validator ist gone, und exactly war X changed? Switch zu the
Fortgeschritten tab.
TL;DR — Twitter Card tags sind
Evidence for this claim X Cards use page metadata to select a card type and populate a shared-link preview. Scope: X link-preview markup behavior; rendering and product features can change. Confidence: medium · Verified: X Developer Platform: Cards markup Evidence for this claim Google's supported-meta-tag reference does not treat twitter card metadata as a Google Search control. Scope: Absence from Google's supported search-control tags supports no direct Google metadata behavior, not a universal claim about social signals. Confidence: high · Verified: Google Search Central: Meta tags and attributes<meta name="twitter:...">elements that drive X’s Link unfurling. Four card types (the last dokumentiert festlegen — kein current official spec exists zu reconfirm them):summary,summary_large_image(recommended für articles),app,player. Everytwitter:*property falls back zu itsog:*counterpart — excepttwitter:card, welche hat kein fallback und must sein explicit. verwendenname=, nichtproperty=(the single meisten common silent-failure cause). These tags sind social-preview metadata, nicht dokumentiert Google Suche controls; Google’s supported-meta-tags reference tut nicht Listetwitter:metadata.
war they sind und the four card types
Twitter Card tags mitteilen X’s Link-unfurling System war rich preview zu erstellen für ein
shared URL. The type ist festlegen mit the erforderlich twitter:card property, und dort sind
four:
summary— ein small square thumbnail nächste zu the title und description.summary_large_image— ein large, full-width image. The recommended Standard für articles und blog Inhalt, und the one meisten publishers wollen.app— ein mobile app install card.player— ein inline video/audio embed, driven durchtwitter:player(ein iframe URL) undtwitter:player:stream(the raw media URL). Still functional, though the public documentation für es hat thinned considerably.
These four sind the last dokumentiert X/Twitter Card types. es gibt kein current,
official specification zu reconfirm them against (sehen the status section below), so
treat dies als the legacy dokumentiert contract, still consistently reported als
accurate durch current practitioner Quellen. summary und summary_large_image sind
the two Sie’ll tatsächlich verwenden für normal Inhalt und the ones current Leitfäden discuss
meisten; app und player sind practitioner-dokumentiert aber harder zu überprüfen live
ohne ein official reference.
Die Kerneigenschaften:
| Property | war es sets |
|---|---|
twitter:card | The card type (erforderlich, kein fallback) |
twitter:title | The headline |
twitter:description | The description text |
twitter:image | The preview image URL |
twitter:site | The publisher’s @handle |
twitter:creator | The author’s @handle |
wie zu implement them
ein summary_large_image card in full:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@yoursite">
<meta name="twitter:creator" content="@author">
<meta name="twitter:title" content="Your headline">
<meta name="twitter:description" content="A concise, click-worthy description.">
<meta name="twitter:image" content="https://example.com/preview-1200x630.jpg">auf image sizing, the figures that circulate across the Leitfäden: summary wants ein
roughly square image; summary_large_image wants ein wide one, commonly cited rund
1200×630px bei roughly ein 1,91:1 (oder 2:1) ratio, under 5 MB, in JPG, PNG, WEBP,
oder GIF. weil official documentation hat thinned (sehen below), treat these als
well-established community consensus anstatt ein freshly-published X spec.
The Open Graph fallback rule — und the one tag that hat kein fallback
dies ist the load-bearing implementation fact, und es ist consistently reported across
every current practitioner Quelle I reviewed: X prüft Ihre twitter:* tags erste,
then falls back zu the matching og:* Open Graph tag, then zu Ihre Seite <title>
und auf-Seite Inhalt als ein last resort. So twitter:title falls back zu og:title,
twitter:description zu og:description, und twitter:image zu og:image. Note
the caveat that applies zu everything auf dies Seite: developer.x.com kein longer
publishes ein Cards specification (sehen the status section below), so dies ist
current, consistent practitioner-observed behavior anstatt something re-confirmed
against ein live official contract.
The exception: twitter:card hat kein Open Graph equivalent. dort ist kein
og:card. wenn Sie wollen anything other than X’s Standard rendering, Sie must festlegen
twitter:card explicitly. dies ist the single meisten-repeated gotcha across every
Quelle I reviewed, und es ist warum meisten Websites kann lean almost entirely auf their offen
Graph tags und just hinzufügen the one twitter:card line.
The name= vs property= trap
Twitter Card tags verwenden name=. Open Graph tags verwenden property=. They look
interchangeable und they sind nicht — put property="twitter:card" und the tag ist
silently ignored. wenn Ihre OG tags arbeiten aber Ihre Twitter tags don’t, prüfen dies
erste. dies ist long-dokumentiert, practitioner-confirmed behavior; es gibt kein current
official X contract zu re-überprüfen es against, so treat es als the gleich kind von
consistent, current practitioner-observed fact als the fallback rule above.
<!-- Correct -->
<meta name="twitter:card" content="summary_large_image">
<!-- Silently ignored -->
<meta property="twitter:card" content="summary_large_image"> war ist changed since the Musk-era rebrand — the honest status in 2026
meisten Leitfäden auf dies topic still lesen like es ist 2019. es ist nicht. Four things haben genuinely changed, und they matter mehr in der Praxis than any syntax detail.
1. The official Card Validator ist dead. cards-dev.twitter.com/validator war
deprecated in 2022 und X never shipped ein replacement. als von dies pass (verified
2026-07-18), the URL 307-redirects zu ein X login Seite (twitter.com/login) rather
than showing any validator. dort ist kein Erstanbieter- Weg zu preview oder debug ein card
anymore. Drittanbieter- clone Tools haben proliferated specifically zu fill that void —
Sie kann verwenden one zu sanity-prüfen Ihre markup, aber sein klar that none sind official oder
guaranteed zu replicate X’s live rendering pipeline. Any older Leitfaden that tells Sie
zu “testen es in the Twitter Card Validator” — einschließlich Ahrefs’ own
2020 Open Graph guide — ist giving
Sie ein dead Link.
2. The official Cards documentation ist simply gone, nicht paywalled. ein earlier
Recherche pass auf dies article flagged developer.x.com’s Cards URLs als returning ein
HTTP 402 Payment erforderlich response. Re-checking directly (2026-07-18, durch HTTP status
anstatt rendered Seite Inhalt), das ist kein longer accurate: both the
getting-started Leitfaden und the markup reference now 307-redirect zu the generic
docs.x.com overview Seite, welche contains kein Cards-specific Inhalt bei alle — und the
equivalent path auf docs.x.com itself (mirroring the old Cards markup URL) returns ein
flat 404. So es gibt kein current, official, Erstanbieter- Cards specification bei either
the old URL oder its would-sein replacement — nicht ein paywall, just ein absence. The
practical effect für Sie ist the gleich either Weg: don’t treat any single “current
official spec” als verfügbar zu prüfen implementation details against.
3. twitter:site / twitter:creator attribution hat degraded. The tags sind
still valid und CMS plugins still output them, aber X tut nicht surface that attribution
reliably in current cards. The meisten current dated Quelle I gefunden auf dies —
The SEO Framework’s KB, updated May 2026 —
notes both that X “entfernt much von its Twitter Card documentation, aber the metadata
System still funktioniert,” und that X “tut nicht expose dies attribution reliably in current
cards.” festlegen the tags; don’t count auf the byline showing.
4. X treats external-Link posts differently — ein separate System aus whether Ihre card renders. Since rund March 2025, X hat applied einige form von reduced reach zu posts containing ein outside Link, und the company’s own Produkt leadership hat confirmed the dynamic ist intentional, aimed bei discouraging “lazy linking” und keeping users auf-Plattform. Specific percentage figures für wie much reach ist cut circulate widely across social-media coverage; dies article ist nicht citing one, weil kein dated, Erstanbieter- figure war verifiable during dies pass — treat any exact number Sie sehen elsewhere als unconfirmed unless es comes mit its own current, primary Quelle. als Nikita Bier, X’s Head von Produkt, put es wenn the company began testing a new in-app link experience in October 2025: “für creators, ein common complaint ist that posts mit Links tend zu erhalten lower reach. dies ist weil the Web browser deckt ab the post und Menschen forget zu Like oder Reply, so X tut nicht erhalten ein klar signal whether the Inhalt ist any good.”
The wichtig distinction, und the one meisten troubleshooting Leitfäden conflate: card
rendering und post reach sind two separate Systeme. Whether Ihre twitter:card
metadata produces ein preview bei alle ist ein markup question — prüfen es directly (raw
tags, ein preview Tool, ein real testen post). Whether that post then reaches viele Menschen
ist ein distribution question mit ein different, weniger-dokumentiert cause. Don’t verwenden ein
low-engagement post als proof Ihre card ist broken, und don’t assume ein card that
ist nicht rendering ist “just the algorithm” — überprüfen the markup erste, Verwendung the
workflow later in dies article, vor attributing ein problem zu reach suppression.
(Historical footnote Sie kann ignore operationally: X stripped headlines aus Link previews in October 2023, reversed es after backlash, und reformatted again in early 2024. That flip-flopping ist settled — headlines und descriptions render normally auf cards today wenn the tags sind present.)
sind Twitter Card tags ein SEO Ranking factor?
kein — und dies ist verifiable directly aus the Quelle, nicht durch paraphrase. Google Suche Central maintains ein exhaustive Liste von every meta tag and attribute Google Search supports. Suche es für “twitter,” “og:,” “Open Graph,” oder “social” und Sie’ll finden nothing — none von diese Begriffe erscheinen auf the Seite bei alle. That omission, auf Google’s own canonical, maintained reference, ist ein direct statement (durch absence) that Google tut nicht process Twitter Card oder Open Graph tags als Ranking oder indexing signals. es ist so clearly ein non-factor that Google hat never even needed zu veröffentlichen ein denial the Weg es tat für meta Keywords.
Bing ist the gleich story: I gefunden kein Bing documentation addressing twitter:card tags,
und Bing hasn’t published specific guidance auf them. Treat these als
social-Plattform-nur metadata, nicht ein Suche-Engine signal für either Engine.
One adjacent fact worth keeping separate so Sie don’t conflate es: Google tut now
erwägen the og:title tag als one input wenn es generates the blue
title link in search results
— aber das ist ein appearance choice, nicht ein Ranking factor, und es ist ein Open Graph
tag, nicht ein twitter:* one. Nothing aus the twitter: namespace touches Suche bei
alle. (The title element itself ist ein different topic — sehen the title-tag deep dive in
dies cluster.)
So the Wert von Twitter Cards ist exactly one thing: wie Ihre Link looks, und wie viele Menschen klicken es, wenn es ist shared auf social. und even that Wert ist undercut auf X specifically durch the Plattform’s own anti-Link stance.
tun Sie even benötigen Twitter tags wenn Sie haben Open Graph?
Mostly kein. weil von the fallback rule, Ihre og:title, og:description, und
og:image abdecken the corresponding twitter: properties. The pragmatic minimum für
meisten Websites ist:
- ein vollständig festlegen von Open Graph tags (welche Sie wollen anyway, für LinkedIn, Slack,
Discord, Facebook, und Google’s
og:titletitle-Link verwenden). - Plus one explicit
twitter:cardtag zu wählen the card type.
hinzufügen twitter:site/twitter:creator wenn Sie wollen zu (harmless, und they may arbeiten auf
other surfaces), knowing the attribution ist nicht zuverlässig auf X itself. Note that the
twitter:* meta-tag System ist still lesen durch mehr als just X — Discord, Slack, und
others fall back durch the gleich Open Graph chain — so the tags bleiben worth having
even als X’s own treatment von them wobbles.
wie zu testen Ihre cards now that the official Tool ist gone
Since cards-dev.twitter.com/validator ist dead und kein official replacement exists,
treat testing als several distinct prüft anstatt one Tool — jede layer kann fail
independently, so working durch them in order narrows down the actual cause:
- Raw server-rendered tags — view the Seite’s actual served HTML (nicht the
browser’s rendered DOM) und confirm the
twitter:*/og:*meta tags sind present mitname=/property=correct, vor assuming ein preview Tool ist wrong. - Public fetchability — the Seite URL und the image URL both benötigen zu sein reachable durch ein outside crawler (nicht behind ein login, staging password, oder robots block); ein unreachable image silently kills the card.
- Duplicate oder conflicting tags — einige CMS/plugin stacks output the gleich property twice; the erste oder last instance kann win unpredictably.
- Drittanbieter- card preview Tools — several clones exist specifically zu fill the gap left durch the dead validator. They preview Ihre markup; they kann nicht guarantee they mirror X’s live pipeline.
- Ihre SEO tooling’s social prüft — Ahrefs’ Website Audit flags ein “Twitter card
incomplete” issue wenn ein Seite hat partial
twitter:*metadata, und the Ahrefs SEO Toolbar’s “Social” tab zeigt Ihre OG und Twitter Card tags side durch side. das ist ein fast Weg zu catch ein missingtwitter:cardoder ein empty image. - Local/CDN caches — wenn Sie just changed the tags, ein Seite cache (oder X’s own cache von ein previously-shared URL) kann serve the old version; bust the cache vor concluding ein fix didn’t arbeiten.
- ein real testen post — ultimately the nur Weg zu sehen X’s actual current rendering ist zu teilen the URL und look, ideally aus ein account Sie don’t mind testing mit. Treat dies step als checking rendering nur — ein real post’s reach ist ein separate question (sehen the reach-suppression note above) und tut nicht mitteilen Sie anything über whether the card itself ist correct.
wo dies fits
dies ist ein deep dive under the Meta Tags für SEO hub, in the auf-Seite cluster.
Twitter Cards sit in the gleich “social preview metadata” bucket als Open Graph tags
— the two overlap heavily und sind usually implemented together, mit Open Graph doing
meisten von the arbeiten und twitter:card filling the one gap. es ist ein browser/social-facing
tag, nicht ein indexing oder serving directive like the robots meta tag, und es hat kein
bearing auf wie Google crawls, indexes, oder ranks the Seite.
AI summary
ein condensed nehmen auf the Advanced version:
- war they sind:
<meta name="twitter:...">tags in the<head>that drive X’s Link-preview unfurling. Four card types (the last dokumentiert contract; kein current official spec exists zu reconfirm es):summary,summary_large_image(Standard für articles),app,player. - Core properties:
twitter:card,twitter:title,twitter:description,twitter:image,twitter:site,twitter:creator. - The fallback rule: every
twitter:*property falls back zu itsog:*counterpart — excepttwitter:card, welche hat kein Open Graph equivalent und must sein festlegen explicitly. meisten Websites kann lean auf Open Graph und just hinzufügen the onetwitter:cardline. - Top gotcha: Twitter Card tags verwenden
name=, nichtproperty=(das ist Open Graph). Mixing them up erhält the tag silently ignored. - 2026 status — war X broke: the official Card Validator war deprecated in
2022 und its URL now redirects zu ein X login Seite, nicht ein replacement;
developer.x.com’s Cards documentation URLs now redirect zu ein generic docs.x.com Seite mit kein Cards Inhalt (the equivalent docs.x.com path 404s — es gibt kein current official spec, paywalled oder otherwise);twitter:site/twitter:creatorattribution ist kein longer reliably surfaced; und X applies confirmed reduced reach zu einige external-Link posts, als ein separate System aus whether the card itself renders — don’t verwenden one zu diagnose the other. - nicht ein Ranking factor: Google’s exhaustive supported-meta-tags reference never
mentions
twitter:oderog:. Bing hasn’t published guidance either. Wert ist social CTR nur. (Separately, Google usesog:title— ein Open Graph, nicht Twitter, tag — für title-Link appearance, nicht Ranking.) - Testing: kein Erstanbieter- validator anymore. arbeiten durch raw served tags, public fetchability, duplicate tags, Drittanbieter- preview clones, Ihre SEO Tool’s social prüfen (Ahrefs Website Audit flags “Twitter card incomplete”), caches, und ein real testen post als separate prüft — ein real post’s reach tut nicht mitteilen Sie anything über whether the card rendered.
Offizielle Dokumentation
Primary-Quelle documentation. Note the recurring theme: für dies topic, the “official” Quellen sind unusually thin — X hat entfernt the Cards-specific documentation entirely (nicht paywalled es; both the old URLs und the current docs.x.com Website waren checked directly, 2026-07-18), und Google’s relevant reference ist notable für war es tut nicht say.
X / Twitter
- X Developer Platform — Cards getting-started und Cards markup reference — the Erstanbieter- docs; both URLs now 307-redirect zu the generic
docs.x.comoverview, welche contains kein Cards-specific Inhalt (verified 2026-07-18; ein equivalent path aufdocs.x.comauch 404s). ein earlier pass auf dies article hatte reported these URLs returning HTTP 402 — das ist kein longer war happens. - Legacy developer.twitter.com Cards markup und getting started — still-indexed mirrors von the older docs (these too now redirect zu
docs.x.com); nützlich historical reference nur. - cards-dev.twitter.com/validator — the official Card Validator, deprecated in 2022 und never replaced; the URL now redirects zu ein X login Seite (verified 2026-07-18). Listed für completeness; nicht rely auf es.
- Meta tags and attributes that Google supports — Google’s exhaustive supported-meta-tags reference. es never mentions
twitter:oderog:— the direct, durch-absence proof that these sind nicht ein Google signal. - Influencing your title links in search results — the Quellen Liste that enthält
og:title(ein Open Graph tag) als ein title-Link appearance input, nicht ein Ranking factor. Included als ein contrast, nicht ein Twitter-Card fact.
Bing
- kein Bing-specific
twitter:carddocumentation exists. Bing’s Webmaster Guidelines don’t address social-preview meta tags — mirroring Google’s silence. Treat these tags als social-Plattform-nur für both Engines.
Quotes aus the Quelle
auf-the-record statements relevant zu dies topic. wo ein Quelle Seite allowed direct verification, the Link ist ein deep Link that jumps zu the quoted passage.
Google — meta description docs (the closest supported analogue, für contrast)
Google’s supported-meta-tags reference documents tags like the meta description in
detail — und never mentions twitter: oder og: anywhere auf the Seite. That omission ist
the Belege that Twitter Cards sind nicht ein Google signal:
- “verwenden dies tag zu bereitstellen ein short description von the Seite. in einige situations, dies description ist verwendet in the snippet shown in Suchergebnisse.” — Google Suche Central docs, auf the meta description (the kind von tag Google tut Dokument; note the total absence von any
twitter:/og:entry auf the gleich Seite). Jump to quote
X leadership — warum Link posts erhalten weniger reach
- “für creators, ein common complaint ist that posts mit Links tend zu erhalten lower reach. dies ist weil the Web browser deckt ab the post und Menschen forget zu Like oder Reply, so X tut nicht erhalten ein klar signal whether the Inhalt ist any good.” — Nikita Bier, Head von Produkt, X, auf the October 2025 in-app Link testen. Read the coverage
- Reported aus the gleich piece, auf X’s stated policy: posting ein Link mit almost kein description erhält weak distribution, während ein Link paired mit ein interesting description und image erhält better distribution — the causal lever hier ist the post’s own text und image, separate aus whether Ihre
twitter:cardmetadata renders ein preview bei alle.
The SEO Framework KB — die ehrliche Einordnung des aktuellen Status (Mai 2026)
- X “entfernt much von its Twitter Card documentation, aber the metadata System still funktioniert,” und X “tut nicht expose dies attribution reliably in current cards” regarding
twitter:site/twitter:creator. Read the source
twitter:/og: entry auf
that gleich reference Seite. welche tags tun I tatsächlich benötigen?
ein quick walk-durch für the two questions Menschen tatsächlich haben: tun I benötigen Twitter tags bei alle, und welche card type tun I pick?
tun I benötigen zu schreiben out twitter:* tags?
- tun Sie already haben vollständig Open Graph (
og:) tags?- kein → hinzufügen Open Graph tags erste. Sie wollen them anyway (LinkedIn, Slack,
Discord, Facebook, und Google’s
og:titletitle-Link verwenden). Then fortfahren. - Yes → Ihre title, description, und image already fall back aus
og:*. Sie nur benötigen zu hinzufügen one thing: ein explicittwitter:cardtag.
- kein → hinzufügen Open Graph tags erste. Sie wollen them anyway (LinkedIn, Slack,
Discord, Facebook, und Google’s
- tun Sie wollen ein specific card style (e.g. big image)?
- Yes → festlegen
<meta name="twitter:card" content="summary_large_image">(oder another type). dies tag hat kein Open Graph fallback — es ist the one Sie kann nicht skip. - Don’t care → Sie kann omit es, aber expect X’s Standard (häufig ein bare
summary), welche ist rarely war Sie wollen für ein article.
- Yes → festlegen
- tun Sie benötigen per-post author/publisher attribution?
- hinzufügen
twitter:siteundtwitter:creator— aber know the attribution ist nicht reliably surfaced auf X in 2026. Harmless zu enthalten; don’t depend auf es.
- hinzufügen
welche card type?
- Article, blog post, landing Seite →
summary_large_image(big image, beste CTR). - Short Link wo ein large image ist overkill →
summary(small thumbnail). - Promoting ein mobile app →
app. - Embedding playable video/audio inline →
player(plustwitter:player).
My card ist nicht showing auf X — ist es my markup?
- tun Ihre OG tags render correctly elsewhere (Slack, LinkedIn, ein preview Tool)?
- kein → fix the underlying Open Graph tags erste; Twitter inherits aus them.
- Yes → Ihre metadata ist probably fine. fortfahren.
- tat Sie festlegen
twitter:cardmitname=(nichtproperty=)?property=→ das ist the silent-failure bug; switch zuname=.name=, correct → fortfahren.
- Card renders fine everywhere Sie checked, aber the post still erhält little
visible reach auf X specifically?
- das ist ein distribution question, separate aus card rendering. X applies confirmed reduced reach zu einige external-Link posts als Plattform policy — ein different System aus Ihre metadata, und nicht something ein meta tag kann fix. Low reach alone ist nicht proof the card ist broken; confirm rendering erste (steps 1-2 above) vor attributing the problem zu reach suppression.
Twitter-Card-Tags — Spickzettel
The properties
| Property | Sets | Falls back zu |
|---|---|---|
twitter:card | Card type (summary / summary_large_image / app / player) | Nothing — must sein explicit |
twitter:title | Headline | og:title |
twitter:description | Description | og:description |
twitter:image | Preview image | og:image |
twitter:site | Publisher @handle | — (unreliable auf X in 2026) |
twitter:creator | Author @handle | — (unreliable auf X in 2026) |
The card types
| Type | Looks like | verwenden für |
|---|---|---|
summary | Small square thumbnail + text | Short Links, minimal preview |
summary_large_image | Full-width large image | Articles, blogs — the Standard |
app | App install card | Promoting ein mobile app |
player | Inline video/audio | Playable media embeds |
Image (community consensus — official specs haben thinned)
summary_large_image: ~1200×630px, ~1,91:1 oder 2:1 ratio, under 5 MB, JPG/PNG/WEBP/GIF.summary: roughly square.
Fast facts
- verwenden
name=, nichtproperty=(das ist Open Graph) — mixing them silently breaks the tag. - Fallback order:
twitter:*→og:*→ Seite<title>/content. twitter:cardhat kein OG fallback — es ist the one tag Sie immer festlegen.- Official Card Validator deprecated 2022; its URL now redirects zu ein X login Seite.
developer.x.comCards URLs redirect zu ein generic docs.x.com Seite mit kein Cards Inhalt — kein current official spec exists. - nicht ein Google oder Bing Ranking factor — absent aus Google’s supported-meta-tags reference entirely.
- X applies confirmed reduced reach zu einige external-Link posts (~2025 onward) — ein separate System aus card rendering; don’t diagnose ein missing card aus low reach, oder vice versa.
Checkliste zur Implementierung von Twitter Cards
ein quick pass zu confirm Ihre cards sind festlegen up right — und zu vermeiden wasting time auf problems that sind nicht yours zu fix:
- ein vollständig festlegen von Open Graph tags exists (
og:title,og:description,og:image,og:url) — the foundation Twitter inherits aus. - ein explicit
twitter:cardtag ist present (usuallysummary_large_imagefür articles) — the one tag mit kein OG fallback. - alle
twitter:*tags verwendenname=, nichtproperty=. -
twitter:image(oder the inheritedog:image) points bei ein real, reachable image — ~1200×630px, under 5 MB, JPG/PNG/WEBP/GIF. -
twitter:title/twitter:descriptionsind festlegen oder correctly falling back zu theog:equivalents (don’t duplicate needlessly). -
twitter:site/twitter:creatorfestlegen wenn Sie wollen them — mit the caveat that X tut nicht reliably surface dies attribution now. - Tags sind in the
<head>, nicht injected into the<body>. - Verified mit ein Drittanbieter- preview Tool and/or Ihre SEO Tool’s social prüfen (Ahrefs Website Audit flags “Twitter card incomplete”) — the official validator ist gone.
- Sanity-checked mit ein real testen post auf X.
- vor “fixing” ein low-reach card: confirmed the OG tags render fine elsewhere, so Sie sind nicht chasing X’s Link-post suppression als wenn es waren ein markup bug.
Häufige Fehler bei Twitter Cards
Concrete mistakes Menschen machen mit these tags, warum jede one bites, und war zu tun stattdessen.
Verwendung property= statt name= auf twitter: tags. Open Graph tags verwenden
property=; Twitter Card tags verwenden name=. Writing
<meta property="twitter:card" content="summary_large_image"> erhält the tag
silently ignored — kein error, kein warning, es just tut nicht arbeiten. stattdessen: immer
schreiben <meta name="twitter:..."> für Twitter properties, und prüfen dies erste wenn Ihre
OG tags arbeiten aber Ihre card tut nicht.
Assuming twitter:card falls back aus Open Graph like everything else. Every
other twitter:* property (title, description, image) inherits aus its og:*
counterpart wenn missing. twitter:card tut nicht — es gibt kein og:card. Skipping es
weil “OG deckt ab es” leaves X zu fall back zu ein plain Standard card, häufig nicht the
big-image layout Sie wanted. stattdessen: immer festlegen
<meta name="twitter:card" content="summary_large_image"> (oder another type)
explicitly, even auf ein Seite mit otherwise-vollständig Open Graph tags.
Conflating ein missing card mit X’s reach suppression (oder vice versa). Card
rendering und post reach sind two separate Systeme. Since rund March 2025, X
applies confirmed reduced reach zu einige posts containing ein external Link — aber
das ist ein distribution effect, independent von whether the twitter:*/og:* metadata
tatsächlich renders ein card. Assuming low visibility ist “just the algorithm” sends Sie
past ein real markup bug; assuming ein low-reach post proves the card ist broken sends Sie
chasing markup that war never wrong. stattdessen: prüfen rendering erste — raw served
tags, ein Drittanbieter- preview Tool, oder the card showing correctly auf another Plattform
(Slack, LinkedIn) — vor drawing any conclusion über reach.
Testing cards durch looking für the official Twitter Card Validator. Leitfäden that say
“testen es in the Twitter Card Validator” sind describing ein Tool that war deprecated in
2022 und never replaced — cards-dev.twitter.com/validator ist dead. Following that
advice wastes time looking für ein Tool that kein longer exists. stattdessen: verwenden ein
Drittanbieter- card preview clone, Ihre SEO Tool’s social prüfen (Ahrefs Website Audit flags
“Twitter card incomplete”), oder just post ein real testen Link.
Counting auf twitter:site/twitter:creator zu reliably zeigen author attribution.
The tags sind still valid und CMS plugins still output them, aber X tut nicht consistently
surface that attribution in current cards. Relying auf the byline zu erscheinen für
brand/author credit ist unreliable. stattdessen: festlegen the tags anyway (harmless, und
other surfaces may verwenden them), aber don’t treat visible attribution als guaranteed.
Spending SEO effort auf Twitter Card tags expecting ein Ranking benefit. These tags
Steuerung social-preview appearance nur — Google’s exhaustive supported-meta-tags
reference never mentions twitter: oder og: bei alle. Prioritizing card polish over
actual indexing/ranking signals misplaces effort. stattdessen: implement them für
social CTR (sie sind quick zu hinzufügen via the Open Graph fallback), aber halten Ranking-focused
arbeiten auf tags Google tatsächlich documents.
Resources worth Ihre time
Meine verwandten Texte
I haven’t written ein dedicated Twitter Cards piece, so the closest Erstanbieter- Kontext ist the broader technical-SEO arbeiten wo social und head tags come up:
- The Beginner’s Guide to Technical SEO — wo head tags und social metadata fit in the bigger picture.
My speaking
- How Search Works (SlideShare) — my walkthrough von crawling, rendering, indexing, und Ranking, nützlich für placing war Suche tut (und tut nicht) lesen aus Ihre head tags. (My standing disclaimer applies: “dies ist my understanding von Systeme… nicht going zu sein 100% vollständig oder accurate.”)
Official / primary
- Google — Meta tags and attributes that Google supports — the exhaustive reference whose silence auf
twitter:/og:ist the proof sie sind nicht ein Ranking signal. - Google — Influencing your title links — wo
og:title(Open Graph, nicht Twitter) ist verwendet für title-Link appearance. - Legacy Twitter Cards markup docs — the still-indexed older reference (the current
developer.x.comURL now redirects zu ein generic docs.x.com Seite mit kein Cards Inhalt — verified 2026-07-18).
aus rund the industry
- The SEO Framework — Twitter Cards and X Sharing (updated May 2026) — the meisten current, honest Quelle I gefunden: documents that the tags still arbeiten aber attribution hat degraded und much von X’s own documentation ist gone.
- Ahrefs — Open Graph Meta Tags: Everything You Need to Know (Michal Pecánek, 2020) — solid auf the OG/Twitter fallback relationship, aber note es predates the validator’s death und still tells Sie zu testen in the (now-dead) Twitter Card Validator.
- Ahrefs — Meta Tags for SEO: A Simple Guide for Beginners (Joshua Hardwick) — the broader meta-tags primer dies sits alongside.
- Social Media Today — X Is Testing a New Way To Handle Links in Posts (Andrew Hutchinson, Oct. 2025) — the reporting auf X’s Link-post reach dynamics und the in-app Link testen, mit Nikita Bier’s quote.
- TechCrunch — X cuts headlines from link previews (Oct. 2023) — the historical headline-stripping episode (since settled).
testen yourself: Twitter Card Tags
Five quick questions auf wie Twitter Card tags arbeiten und war X changed. Pick ein Antwort für jede, then prüfen.
Änderungsprotokoll
Aktualisiert am 18. Juli 2026.
Redaktionelle Zusammenfassung und aufgezeichnete Änderungsdetails.Änderungsdetails
-
Detaillierte Änderungsangaben sind derzeit auf Englisch verfügbar.
-
Detaillierte Änderungsangaben sind derzeit auf Englisch verfügbar.
-
Detaillierte Änderungsangaben sind derzeit auf Englisch verfügbar.
-
Detaillierte Änderungsangaben sind derzeit auf Englisch verfügbar.
-
Detaillierte Änderungsangaben sind derzeit auf Englisch verfügbar.
-
Detaillierte Änderungsangaben sind derzeit auf Englisch verfügbar.
Vollständiger Vergleich nicht verfügbar — für diese Version wurde kein früherer Schnappschuss archiviert.