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