UNPKG

@forge42/seo-tools

Version:

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

13 lines (10 loc) 464 B
import { WebApplication, WithContext } from 'schema-dts'; export { WebApplication } from 'schema-dts'; /** * This helper is used to generate a WebApplication ld+json structured data object. * @param webApp WebApplication object * @see https://schema.org/WebApplication * @returns Returns a WebApplication object to be used in head via json-ld script tag */ declare const webApp: (webApp: WebApplication) => WithContext<WebApplication>; export { webApp };