SEO011 · Twitter Card
Severity: info
What it checks
Section titled “What it checks”Every route should include a <meta name="twitter:card"> tag (own or inherited). A missing tag is flagged.
Why it matters
Section titled “Why it matters”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.)
How to fix
Section titled “How to fix”<svelte:head> <meta name="twitter:card" content="summary_large_image" /></svelte:head>