Skip to content

SEO012 · Open Graph description

Severity: warning

Every route must include a <meta property="og:description"> tag (own or inherited). A missing or empty tag is flagged.

og:description is the summary shown under the title in social previews; without one, platforms guess or show nothing, lowering click-through.

<svelte:head>
<meta property="og:description" content="A concise page summary." />
</svelte:head>