SEO012 · Open Graph description
Severity: warning
What it checks
Section titled “What it checks”Every route must include a <meta property="og:description"> tag (own or inherited). A missing or empty tag is flagged.
Why it matters
Section titled “Why it matters”og:description is the summary shown under the title in social previews; without one, platforms guess or show nothing, lowering click-through.
How to fix
Section titled “How to fix”<svelte:head> <meta property="og:description" content="A concise page summary." /></svelte:head>