schema-org icon indicating copy to clipboard operation
schema-org copied to clipboard

🔎 Quick and easy Schema.org graphs for Vue. Powered by Unhead.

Results 10 schema-org issues
Sort by recently updated
recently updated
newest added

I have multi site with different host running the same app. How can I make it dynamically setting in the app, since the config is built time setting.?

Hey, thank you for the package, works great! One question I have is regarding this line: https://github.com/vueuse/schema-org/blob/main/packages/schema-org/createSchemaOrg/index.ts#L136 This `data-ssr: false` shows up in the final output and some validators give...

Hi I have a blog post I am trying to get the image. Here is my code: ``` useSchemaOrg([ defineArticle({ image: computed(() => post.value.image.url), description: computed(() => post.value.meta_description), headline: computed(()...

Hi @harlan-zw and thanks for nice Nuxt module! Following up [#374](https://github.com/nuxt/modules/pull/374), I've made a quick review over the code and here are some improvement suggestions: - With hybrid rendering, both...

Does anyone have an idea of when the Event node will be available in this library? The docs say it's in development, but I don't see it anywhere in the...

Hello @harlan-zw 👋, I remarked that in the new version `1.0.0-beta-.1` I had a problem when using `nuxt generate` command: ```shell ERROR [nitro] [dev] [unhandledRejection] ReferenceError: defineWebPagePartial is not defined...

``` src/create-app.ts:2:34 - error TS2307: Cannot find module '@vueuse/schema-org-vite/vite' or its corresponding type declarations. 2 import { installSchemaOrg } from '@vueuse/schema-org-vite/vite' ``` ``` import { useSchemaOrg, defineWebSite, defineOrganization } from...

Hey, so I'm not sure the fact that we don't use Vue Router is the actual problem, but we're trying to implement `schema-org` in a [Hybridly](https://hybridly.dev) app (a server-driven SPA),...

The Content Security Policy HTTP header should disallow `unsafe-inline` as a best practice. However, the schema data uses an inline script element. Some stack overflow links which discuss this problem:...

Hello everyone, I'm sorry to bother you but I've been stuck on a problem for several days. I am on Vue 3 and I am using composition API to build...