Contents
SEO settings — Plugixa Recipe
The SEO tab controls structured data and social meta tags. JSON-LD schema emission is PRO; the toggles below always appear but have no effect without a Pro license.
Go to Recipes → Settings → SEO.

Options
| Key | Default | Notes |
|---|---|---|
schema_enabled PRO |
true |
Emit Recipe JSON-LD on single-recipe pages. |
schema_type |
Recipe |
Primary schema. Falls back to HowTo for recipes without rating/nutrition. |
og_enabled |
true |
Emit Open Graph meta (og:title, og:image, og:type). |
twitter_card_enabled |
true |
Emit Twitter Card (summary_large_image) meta. |
canonical_strategy |
recipe_url |
wp_default / recipe_url / custom. |
og_default_image |
(empty) | Fallback image ID for OG when the recipe has none. |
Schema validation
Test your structured data at Google Rich Results Test. Paste a single-recipe URL; the page should report a Recipe rich result with no errors.
If errors appear, check Recipes → SEO Analyzer PRO — it flags recipes with missing fields (image, total time, nutrition, cook time, instructions) that break the schema.
Related
- Schema documentation — full JSON-LD reference
- SEO Analyzer PRO — per-recipe field audit
- Settings overview