Preparing search index...

    Preview metadata extracted from a recipe page for display before full parsing

    interface RecipePreviewMetadata {
        title: null | string;
        imageUrl: null | string;
    }
    Index

    Properties

    Properties

    title: null | string

    Recipe title extracted from JSON-LD or null if not found

    imageUrl: null | string

    Recipe image URL extracted from JSON-LD or null if not found