Review Profile
Product and service reviews with ratings
Profile Information
Schema Type:
Review
Version:
v1
Category:
Business
Profile URL:
https://llmprofiles.org/profiles/business/review/v1/
Quick Actions
✅ Best Practices
- Use schema:Review with proper reviewRating, author, and itemReviewed.
- Include review text, rating, and helpfulness indicators.
- Add review date and verification status.
❌ Avoid These
- Do not use for editorial reviews or professional critiques.
- Do not use for product descriptions without ratings.
- Do not use for promotional content or sponsored reviews.
📄 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/business/review/v1/",
"@type": "Review",
"name": "Example Review",
"description": "This is an example Review implementation."
}
</script>
Schema Information
This profile is based on Schema.org Review and extends it with LLM-specific properties and constraints.
Key Properties:
- @context: Profile context URL
- @type: Review
- name: Required name/title
- description: Required description
Validation Tools
Use these tools to validate your implementation: