JSON-LD Improvements
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
})
|
||||
: '',
|
||||
);
|
||||
|
||||
const jsonLdHtml = $derived(
|
||||
jsonLdScript
|
||||
? '<script type="application/ld+json">' + jsonLdScript + '</scr' + 'ipt>'
|
||||
? '<scr' + 'ipt type="application/ld+json">' + jsonLdScript + '</scr' + 'ipt>'
|
||||
: '',
|
||||
);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user