prepTime
prepTime · Recommended
Appears in
What is it?
prepTime records how long it takes to prepare ingredients and workspace before cooking begins. This includes washing, chopping, measuring, and arranging everything needed for the recipe. The value uses ISO 8601 duration format.
Why this matters for AEO
When someone asks "how much prep work does this recipe need," AI answer engines extract prepTime to give a direct answer. This field helps engines distinguish quick weeknight recipes from multi-hour projects, which directly affects whether your recipe surfaces for queries like "easy 15 minute dinner prep."
What the specs say
Schema.org:Duration. The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format. Source
Google: Recommended. "The length of time it takes to prepare ingredients and workspace for the dish." Source
Recipe inherits prepTime from the HowTo type, so it also applies to HowTo and HowToDirection schemas.
How to find your value
- Recipe card — The "Prep" time listed separately from cook time
- Actual timing — Time from first ingredient out of the fridge to ready-to-cook
- Cookbook — The preparation estimate in the recipe header
Convert to ISO 8601: 15 minutes = PT15M. 1 hour = PT1H. 30 minutes = PT30M.
Format and code
Type: Duration (ISO 8601)
Pattern:PT[hours]H[minutes]M
{
"@type": "Recipe",
"name": "Banana Bread",
"prepTime": "PT20M"
}
PT10M— 10 minutesPT20M— 20 minutesPT1H— 1 hourPT1H30M— 1 hour 30 minutes
Do not include cooking time or resting time. Those belong in cookTime and totalTime.
Webflow implementation
Static pages
Add to Page Settings > Custom Code (Before