UNPKG

@forge42/seo-tools

Version:

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

1 lines 631 B
{"version":3,"sources":["../../src/structured-data/recipe.ts"],"sourcesContent":["import type { Recipe, WithContext } from \"schema-dts\"\n\n/**\n * This helper is used to generate a Recipe ld+json structured data object.\n * @param recipe Recipe object\n * @see https://schema.org/Recipe\n * @returns Returns a Recipe object to be used in head via json-ld script tag\n */\nexport const recipe = (recipe: Recipe): WithContext<Recipe> => {\n\treturn {\n\t\t\"@context\": \"https://schema.org\",\n\t\t...recipe,\n\t}\n}\n\nexport type { Recipe }\n"],"mappings":"AAQO,IAAMA,EAAUA,IACf,CACN,WAAY,qBACZ,GAAGA,CACJ","names":["recipe"]}