Skip to content

SEO011 · Twitter Card

Severity: info

Every route should include a <meta name="twitter:card"> tag (own or inherited). A missing tag is flagged.

twitter:card selects how the page renders when shared on X/Twitter; without it the platform shows a basic link. (Open Graph tags act as fallbacks for the card’s title and image.)

<svelte:head>
<meta name="twitter:card" content="summary_large_image" />
</svelte:head>