> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{jsonLD}} helper

- URL: https://getpublii.com/dev/jsonld-helper/
- Published: 2017-08-04T22:26:01.119Z
- Updated: 2024-02-08T09:41:05.719Z
- Description: Helper for creating output of the JSON-LD data Syntax: {{jsonLD}} Example output: <script type="application/ld+json"> // JSON-LD object output </script> Should be used in the <head>…
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for creating output of the JSON-LD data

Syntax:

```handlebars
{{jsonLD}}
```

Example output:

```html
<script type="application/ld+json">
// JSON-LD object output
</script>
```

Should be used in the `<head>` section of the website.
