You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can pass a function for a reactive json, just as [`useHead`](https://v3.nuxtjs.org/guide/features/head-management/#usehead-composable) composable.
33
+
Alternatively, you can pass a function for a reactive json.
34
34
35
35
You can use `useJsonld` without importing, since it is provided as [Nuxt auto-imports functions](https://v3.nuxtjs.org/guide/concepts/auto-imports#nuxt-auto-imports).
36
36
Of course, you can import explicitly from `#jsonld`.
@@ -60,6 +60,26 @@ useJsonld(() => ({
60
60
</script>
61
61
```
62
62
63
+
#### tagPosition
64
+
65
+
You can use the `tagPosition: 'bodyClose'` option on applicable tags to append them to the end of the `<body>` tag.
66
+
This option works the same as the one described in [useHead](https://nuxt.com/docs/getting-started/seo-meta#body-tags).
0 commit comments