🍳

Recipe Profile

Content Category • Version v1

Cooking recipes and food preparation

✅ Best Practices

  • Use schema:Recipe with proper name, ingredients, and recipeInstructions.
  • Include cooking time, prep time, and total time for better AI understanding.
  • Add nutritional information and dietary restrictions when available.
  • Use structured ingredients with quantities and units.
  • Include step-by-step instructions with clear numbering.

❌ Avoid These

  • Do not use for restaurant menu items or food product descriptions.
  • Do not use for general food articles without recipe instructions.
  • Do not use for cooking equipment or kitchen tools.
  • Do not use for food reviews or restaurant recommendations.

📄 Profile Definition

JSON-LD profile definition with all properties and constraints

JSON-LD ~2KB

🔧 Page Schema

JSON Schema for validating page markup and on-page structured data

JSON Schema ~3KB

📊 Output Schema

JSON Schema for RAG/ML output validation and data extraction

JSON Schema ~4KB

🎓 Training Data

Sample training data in JSONL format for fine-tuning LLMs

JSONL ~5KB

Implementation Examples

Learn how to implement this profile with real-world examples:

Minimal Example

Basic implementation with required properties only

View Example

Rich Example

Full-featured implementation with all optional properties

View Example

Basic Implementation

<script type="application/ld+json">
{
  "@context": "https://llmprofiles.org/profiles/content/recipe/v1/",
  "@type": "Recipe",
  "name": "Example Recipe",
  "description": "This is an example Recipe implementation."
}
</script>

Schema Information

This profile is based on Schema.org Recipe and extends it with LLM-specific properties and constraints.

Key Properties:

  • @context: Profile context URL
  • @type: Recipe
  • name: Required name/title
  • description: Required description

Validation Tools

Use these tools to validate your implementation: