Local Business Profile
Structured data for local business listings and information
Profile Information
Schema Type:
LocalBusiness
Version:
v1
Category:
Business
Quick Actions
✅ Best Practices
- Use schema:LocalBusiness with proper address, telephone, and openingHours.
- Include business description, services, and contact information.
- Add geographic coordinates and service area.
❌ Avoid These
- Do not use for online-only businesses or e-commerce sites.
- Do not use for corporate headquarters or franchise information.
- Do not use for temporary or pop-up locations.
📄 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/localbusiness/v1/",
"@type": "LocalBusiness",
"name": "Example Local Business",
"description": "This is an example Local Business implementation."
}
</script>
Schema Information
This profile is based on Schema.org LocalBusiness and extends it with LLM-specific properties and constraints.
Key Properties:
- @context: Profile context URL
- @type: LocalBusiness
- name: Required name/title
- description: Required description
Validation Tools
Use these tools to validate your implementation: