SEO028 · Duplicate title
Severity: warning
What it checks
Section titled “What it checks”Flags two or more routes whose static <title> text is identical (after trimming and collapsing whitespace). Routes whose title is dynamic or absent are not checked.
Why it matters
Section titled “Why it matters”Duplicate titles across pages make them compete in search results and weaken each page’s relevance signal.
How to fix
Section titled “How to fix”<svelte:head> <title>About our team — Acme</title></svelte:head>