SEO029 · Duplicate description
Severity: warning
What it checks
Section titled “What it checks”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.
Why it matters
Section titled “Why it matters”Duplicate meta descriptions give search engines no per-page summary, so they are often ignored or rewritten.
How to fix
Section titled “How to fix”<svelte:head> <meta name="description" content="A page-specific summary of this route." /></svelte:head>