JSON-LD Improvements
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-03-12 00:24:28 -03:00
parent d7e427f164
commit cf6ff70cfb
14 changed files with 369 additions and 243 deletions

View File

@@ -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>