Preparing search index...
    ScrapeResult:
        | { success: true; data: ScrapedRecipeResult; sourceUrl: string }
        | { success: false; error: string }

    Result type for scrapeAndPrepare function.