We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527eedb commit 9179a80Copy full SHA for 9179a80
1 file changed
app/composables/useJsonLd.ts
@@ -90,6 +90,7 @@ type JsonLdSchema =
90
91
/**
92
* Inject JSON-LD script into head
93
+ * @public
94
*/
95
export function setJsonLd(schema: JsonLdSchema | JsonLdSchema[]) {
96
const schemas = Array.isArray(schema) ? schema : [schema]
@@ -105,6 +106,7 @@ export function setJsonLd(schema: JsonLdSchema | JsonLdSchema[]) {
105
106
107
108
* Create WebSite schema with search action
109
110
111
export function createWebSiteSchema(options?: {
112
name?: string
0 commit comments