🛍️

Product Offer Profile

Business Category • Version v1

E-commerce product listings and offers

✅ Best Practices

  • Use schema:Product with schema:Offer for pricing and availability.
  • Include product images, descriptions, and specifications.
  • Add seller information and shipping details.

❌ Avoid These

  • Do not use for product reviews or ratings.
  • Do not use for general product information without pricing.
  • Do not use for service offerings or digital downloads.

📄 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/business/product-offer/v1/",
  "@type": "Product",
  "name": "Example Product Offer",
  "description": "This is an example Product Offer implementation."
}
</script>

Schema Information

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

Key Properties:

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

Validation Tools

Use these tools to validate your implementation: