Skip to content

SEO029 · Duplicate description

Severity: warning

Flags two or more routes whose static <meta name="description"> content is identical (after trimming and collapsing whitespace). Dynamic or absent descriptions are not checked.

Duplicate meta descriptions give search engines no per-page summary, so they are often ignored or rewritten.

<svelte:head>
<meta name="description" content="A page-specific summary of this route." />
</svelte:head>