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.

Erstveröffentlicht: 2. Juli 2026 · Zuletzt aktualisiert: 3. Aug. 2026 · Fortgeschritten
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 sind <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. Every twitter:* property falls back zu its og:* counterpart — except twitter:card, welche hat kein fallback und must sein explicit. verwenden name=, nicht property= (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 Liste twitter: metadata.

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

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 durch twitter:player (ein iframe URL) und twitter: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:

Propertywar es sets
twitter:cardThe card type (erforderlich, kein fallback)
twitter:titleThe headline
twitter:descriptionThe description text
twitter:imageThe preview image URL
twitter:siteThe publisher’s @handle
twitter:creatorThe 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:title title-Link verwenden).
  • Plus one explicit twitter:card tag 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 mit name=/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 missing twitter:card oder 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.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.