RevealTheme logo
Back to Blog

WordPress For Recipe Sites: The Schema Markup Importance

WordPress For Recipe Sites: The Schema Markup Importance
The RevealTheme Team

By

··3 min read

Recipe sites benefit from Recipe schema markup more than most content categories. The schema produces rich results in search (recipe cards with image, ratings, time, calories) that significantly improve click-through.

The implementation matters because incomplete schema disqualifies the rich results. The specifics are worth getting right.

The required fields

name: the recipe name.

image: at least one high-resolution image (1200px+ on long side).

recipeIngredient: array of ingredients with quantities.

recipeInstructions: array of preparation steps.

cookTime or prepTime: ISO 8601 duration format.

The required fields produce eligibility for rich results.

The recommended fields

nutrition: calories, fat, protein, etc.

recipeYield: how many servings.

aggregateRating: average rating from reviews on the site.

review: actual review content.

video: recipe video if available.

recipeCuisine: cuisine type.

recipeCategory: course type.

keywords: comma-separated keywords.

The fields add depth that supports rich result display and discoverability.

The plugin support

WP Recipe Maker: dedicated recipe plugin with comprehensive schema. Standard choice for recipe sites.

Tasty Recipes: similar functionality, different design philosophy.

EasyRecipe: lighter option.

Each plugin generates Recipe schema automatically from structured input fields.

The implementation verification

Use Google's Rich Results Test on representative recipes. Verify the schema validates and produces rich result preview.

Common issues: missing required fields, image too small, malformed duration, ingredients without quantities.

Fix the issues at the source (the recipe entry in the plugin).

The duplicate schema problem

Some recipe plugins emit schema; SEO plugins also emit schema for the post. The duplication produces conflicting signals.

Configure one source for recipe schema. Disable schema emission in plugins that aren't the primary source.

The image requirements

Recipe rich results show prominent images. Image quality affects whether users click.

The image should be: appetizing, well-lit, recognizable as the dish. Stock photography rarely produces good results; original photography of the actual dish does.

The rating signal

AggregateRating in schema appears as star ratings in rich results. The rating significantly improves click-through.

The rating must be backed by actual reviews. Fabricated ratings violate Google's guidelines and produce manual actions.

Build authentic rating collection through review prompts after recipe consumption.

The honest framing

Recipe schema is one of the highest-impact SEO investments for recipe sites. The rich results compete well in search and produce significant click-through.

For sites that haven't optimized recipe schema, the audit and improvement is worth doing. The investment is moderate; the return on visible search results is substantial.