identity'Person' | 'Organization' | Person | OrganizationundefinedThe identity of your site. This will only have an effect when using defaults.
defaultsbooleantrueWhether the default Schema.org setup should be enabled or not.
minifybooleanprocess.env.NODE_ENV === 'production'Whether the Schema.org output should be minified or not. Will slightly reduce your bundle size.
reactivebooleannuxt.options.dev || !nuxt.options.ssrWhether client-side reactivity should be enabled or not. This is not needed for SEO reasons when SSR but may be useful for debugging.
scriptAttributes(ScriptBase & TagUserProperties) | false{ 'data-nuxt-schema-org': true }The attributes to add to the <script> tag that contains the Schema.org graph.
enabledbooleantrueWhether Schema.org should be enabled or not.
debugbooleanfalseEnable to see debug logs.