diff --git a/src/components/SEO/SEO.svelte b/src/components/SEO/SEO.svelte index 5b345222..ab2974e6 100644 --- a/src/components/SEO/SEO.svelte +++ b/src/components/SEO/SEO.svelte @@ -154,64 +154,66 @@ - {seoTitle} - - - - - - + {#key canonicalUrl} + {seoTitle} + + + + + + - - - - - - + + + + + + - - - - - - - - {#if shareImgAlt} - - {/if} + + + + + + + + {#if shareImgAlt} + + {/if} - - - - + + + + - {@html `<${'script'} type="application/ld+json">${JSON.stringify( - orgLdJson - )}`} - {@html `<${'script'} type="application/ld+json">${JSON.stringify( - articleLdJson - )}`} + {@html `<${'script'} type="application/ld+json">${JSON.stringify( + orgLdJson + )}`} + {@html `<${'script'} type="application/ld+json">${JSON.stringify( + articleLdJson + )}`} + {/key}