UNPKG

@forge42/seo-tools

Version:

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

18 lines (15 loc) 637 B
import { Organization, WithContext } from 'schema-dts'; export { Organization } from 'schema-dts'; /** * This helper is used to generate an organization ld+json structured data object. * * * Find more information about the organization schema here: * * * @see https://developers.google.com/search/docs/appearance/structured-data/organization * @param organization Organization data object configuration to be used in the structured data * @returns Organization object to be used in head via json-ld script tag */ declare const organization: (organization: Organization) => WithContext<Organization>; export { organization };