Q&A Page Profile
Question and answer pages
Profile Information
Schema Type:
QAPage
Version:
v1
Category:
Interaction
Quick Actions
✅ Best Practices
- Use schema:Question as the main entity with schema:suggestedAnswer or schema:answer.
- Include user information and timestamps for answers.
- Structure answers with proper threading for discussions.
❌ Avoid These
- Do not use for FAQ pages with multiple questions.
- Do not mix product listings or promotional content.
- Do not use for single-answer knowledge base articles.
📄 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/interaction/qapage/v1/",
"@type": "QAPage",
"name": "Example Q&A Page",
"description": "This is an example Q&A Page implementation."
}
</script>
Schema Information
This profile is based on Schema.org QAPage and extends it with LLM-specific properties and constraints.
Key Properties:
- @context: Profile context URL
- @type: QAPage
- name: Required name/title
- description: Required description
Validation Tools
Use these tools to validate your implementation: