@forge42/seo-tools
Version:
Framework agnostic set of helpers designed to help you create, maintain and develop your SEO
13 lines (10 loc) • 448 B
TypeScript
import { Occupation, WithContext } from 'schema-dts';
export { Occupation } from 'schema-dts';
/**
* This helper is used to generate a Occupation ld+json structured data object.
* @param occupation Occupation object
* @see https://schema.org/Occupation
* @returns Returns a Occupation object to be used in head via json-ld script tag
*/
declare const occupation: (occupation: Occupation) => WithContext<Occupation>;
export { occupation };