tsx-schema-markup
Version:
A package for adding schema markup to your tsx page
29 lines (28 loc) • 1.36 kB
TypeScript
export * as Article from "./article";
export * as BreadcrumbList from "./breadcrumb-list";
export * as Course from "./course";
export * as CreativeWork from "./creative-work";
export * as Dataset from "./dataset";
export * as DiscussionForumPosting from "./discussion-forum-posting";
export * as EducationalOccupationalProgram from "./educational-occupational-program";
export * as EmployerAggregateRating from "./employer-aggregate-rating";
export * as Event from "./event";
export * as FAQPage from "./f-a-q-page";
export * as ImageObject from "./image-object";
export * as ItemList from "./item-list";
export * as JobPosting from "./job-posting";
export * as LocalBusiness from "./local-business";
export * as LodgingBusiness from "./lodging-business";
export * as MathSolver from "./math-solver";
export * as Movie from "./movie";
export * as Organization from "./organization";
export * as PracticeProblem from "./practice-problem";
export * as Product from "./product";
export * as ProfilePage from "./profile-page";
export * as QAPage from "./q-a-page";
export * as Recipe from "./recipe";
export * as Review from "./review";
export * as SoftwareApplication from "./software-application";
export * as SpeakableSpecification from "./speakable-specification";
export * as StructuredData from "./structured-data";
export * as VideoObject from "./video-object";