{"library":"nuxt-jsonld","type":"library","category":null,"description":"nuxt-jsonld is a specialized Nuxt.js module designed to streamline the integration and management of JSON-LD (Linked Data) within Vue components, primarily for SEO purposes. Currently at version 2.2.1, it provides a developer-friendly API for embedding structured data directly into Nuxt 3 applications. The module maintains an active release cadence, with the latest update in June 2025, focusing on bug fixes and compatibility. Key differentiators include its `useJsonld` composable for Composition API, enabling both static and reactive JSON-LD generation, as well as support for the Options API. It addresses the complexities of server-side rendering (SSR) and static site generation (SSG) for structured data, ensuring proper SEO indexing, unlike manual `useHead` implementations that might require more boilerplate and careful handling of reactivity and deduplication. It also provides explicit handling for Nuxt 2 users via its v1 documentation.","language":"javascript","status":"active","version":"2.2.1","tags":["javascript","attribute","head","meta","seo","vue","nuxt","jsonld","typescript"],"install":[{"cmd":"npm install nuxt-jsonld","imports":["export default defineNuxtConfig({\n  modules: ['nuxt-jsonld']\n});","useJsonld({\n  '@context': 'https://schema.org',\n  '@type': 'Thing',\n  name: 'My Static Item'\n});","const someData = ref('Initial');\nuseJsonld(() => ({\n  '@context': 'https://schema.org',\n  '@type': 'Product',\n  name: `Reactive Product: ${someData.value}`\n}));"]},{"cmd":"yarn add nuxt-jsonld","imports":[]},{"cmd":"pnpm add nuxt-jsonld","imports":[]}],"homepage":null,"github":"https://github.com/ymmooot/nuxt-jsonld","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nuxt-jsonld","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/nuxt-jsonld/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}