Video Object Profile
Videos and multimedia content
Profile Information
Schema Type:
VideoObject
Version:
v1
Category:
Content
Quick Actions
✅ Best Practices
- Use schema:VideoObject with proper name, description, and uploadDate.
- Include duration, thumbnail, and content information.
- Add transcripts and captions when available for AI processing.
- Use structured metadata for better content discovery.
- Include video quality and format information.
❌ Avoid These
- Do not use for video game content or interactive media.
- Do not use for general articles or text content.
- Do not use for audio-only content or podcasts.
- Do not use for live streams or real-time content.
📄 Profile Definition
JSON-LD profile definition with all properties and constraints
🔧 Page Schema
JSON Schema for validating page markup and on-page structured data
📊 Output Schema
JSON Schema for RAG/ML output validation and data extraction
🎓 Training Data
Sample training data in JSONL format for fine-tuning LLMs
Implementation Examples
Learn how to implement this profile with real-world examples:
Basic Implementation
<script type="application/ld+json">
{
"@context": "https://llmprofiles.org/profiles/content/videoobject/v1/",
"@type": "VideoObject",
"name": "Example Video Object",
"description": "This is an example Video Object implementation."
}
</script>
Schema Information
This profile is based on Schema.org VideoObject and extends it with LLM-specific properties and constraints.
Key Properties:
- @context: Profile context URL
- @type: VideoObject
- name: Required name/title
- description: Required description
Validation Tools
Use these tools to validate your implementation: