SEO013 · Open Graph URL
Severity: info
What it checks
Section titled “What it checks”Every route should include a <meta property="og:url"> tag (own or inherited). A missing tag is flagged.
Why it matters
Section titled “Why it matters”og:url tells social platforms the canonical address to attribute shares and likes to, consolidating engagement on one URL.
How to fix
Section titled “How to fix”<svelte:head> <meta property="og:url" content="https://example.com/this-page" /></svelte:head>