UNPKG

@forge42/seo-tools

Version:

Framework agnostic set of helpers designed to help you create, maintain and develop your SEO

1 lines 728 B
{"version":3,"sources":["../../src/structured-data/web-app.ts"],"sourcesContent":["import type { WebApplication, WithContext } from \"schema-dts\"\r\n\r\n/**\r\n * This helper is used to generate a WebApplication ld+json structured data object.\r\n * @param webApp WebApplication object\r\n * @see https://schema.org/WebApplication\r\n * @returns Returns a WebApplication object to be used in head via json-ld script tag\r\n */\r\nexport const webApp = (webApp: WebApplication): WithContext<WebApplication> => {\r\n\treturn {\r\n\t\t\"@context\": \"https://schema.org\",\r\n\t\t...webApp,\r\n\t}\r\n}\r\n\r\nexport type { WebApplication }\r\n"],"mappings":"AAQO,IAAMA,EAAUA,IACf,CACN,WAAY,qBACZ,GAAGA,CACJ","names":["webApp"]}