Skip to content

SEO013 · Open Graph URL

Severity: info

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

og:url tells social platforms the canonical address to attribute shares and likes to, consolidating engagement on one URL.

<svelte:head>
<meta property="og:url" content="https://example.com/this-page" />
</svelte:head>