Nuxt Content markdown with Nuxt schema-org
I'm looking for any information how to get schema.org JSON+LD markup into pages written with Nuxt Content
I have installed the
How do I add page specific schema, such as
Are there any examples around I could follow?
I have installed the
@nuxtjs/seo module and with it the nuxt-schema-org and defined the global config in nuxt.config.tsHow do I add page specific schema, such as
"author", "about", ..."
What are the ways to connect those two?
- front matter that is picked up?
- do I need to add MDC components?
- How do I do this?
- do I need to add a script to the pages/[...slug].vueAre there any examples around I could follow?