recipeCuisine
recipeCuisine · Recommended
Appears in
What is it?
recipeCuisine identifies the regional or cultural origin of a recipe. Values like "Italian," "Mexican," or "Japanese" help search engines classify recipes by cuisine type.
Why this matters for AEO
When a user asks "give me a good Italian pasta recipe," AI answer engines filter by recipeCuisine to match the cuisine request. This field is the direct signal for cuisine-based queries, which are among the most common recipe search patterns. Without it, engines must infer cuisine from ingredients or recipe names, which fails for cross-cultural dishes.
What the specs say
Schema.org:Text. The cuisine of the recipe (for example, French or Ethiopian). Source
Google: Recommended. "The region associated with your recipe." Source
How to find your value
- American — Classic US dishes, BBQ, comfort food
- Chinese — Cantonese, Sichuan, Hunan styles
- French — Classic French and bistro cooking
- Indian — Regional Indian cuisines
- Italian — Pasta, pizza, risotto, Italian baking
- Japanese — Sushi, ramen, Japanese home cooking
- Korean — Korean BBQ, stews, fermented dishes
- Mexican — Tacos, mole, Mexican baking
- Mediterranean — Broadly Mediterranean styles
- Thai — Thai curries, stir-fries, salads
Use the broadest accurate term. "Italian" is better than "Tuscan" for search visibility unless regional specificity is the point of the recipe.
Format and code
Type: Text
{
"@type": "Recipe",
"name": "Pad Thai",
"recipeCuisine": "Thai"
}
For fusion dishes, use the primary cuisine or an array:
{
"@type": "Recipe",
"name": "Korean BBQ Tacos",
"recipeCuisine": ["Korean", "Mexican"]
}
Webflow implementation
Static pages
Add to Page Settings > Custom Code (Before