diff options
Diffstat (limited to 'src/components/JsonLd.astro')
-rw-r--r-- | src/components/JsonLd.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/JsonLd.astro b/src/components/JsonLd.astro index a589f7b..b58efd7 100644 --- a/src/components/JsonLd.astro +++ b/src/components/JsonLd.astro @@ -9,4 +9,5 @@ const { schema } = Astro.props; const json = JSON.stringify(schema); --- +<!-- JSON-LD --> <script is:inline type="application/ld+json" set:html={json} /> |