Local Business Schema Generator & AI Assistant
Generate valid JSON-LD structured data for LocalBusiness, FAQPage, Service, Product, and Organization schemas with instant Google Rich Results validation.
Local Business Schema Generator & AI Assistant — Official Video Tutorial
Watch this 3-minute video walkthrough to learn setup, parameters, and workflow best practices.
Overview
The Schema Generator creates valid, Google-compliant JSON-LD structured data for local businesses. Injecting schema markup improves entity clarity, secures rich search snippets, and boosts local 3-pack relevance.
Who Should Use This Tool
Requirements & Specifications
Required Input Fields
| Field Name | Purpose | Required | Example Value | Validation & Tips |
|---|---|---|---|---|
| Schema Type | Select Schema.org classification | Required | HVACBusiness / LocalBusiness | Valid Schema.org type Use specific sub-type (e.g. Plumber, Dentist, LegalService) |
| Business Name & Address | NAP information matching GMB profile | Required | Tampa Bay Air Experts, 410 N Tampa St | Valid address string Ensure 100% NAP consistency with GMB profile |
| Geo Coordinates (Lat/Lng) | Precise latitude and longitude for map pinning | Required | 27.9478, -82.4584 | Numeric float coordinates Pulls automatically from Place ID |
Output Data Schema
| Output Property | Data Type | Description | Sample Value |
|---|---|---|---|
| json_ld_code | string | Valid Google-compliant JSON-LD script string | <script type="application/ld+json">{ "@context": "https://schema.org", "@type": "HVACBusiness"... }</script> |
| validation_status | string | Google Rich Results Test compatibility check | valid_0_errors |
End-to-End Workflow
Select Schema Type
Choose 'LocalBusiness -> HVACBusiness'
Fill Business NAP
Input name, address, phone, geo coordinates, opening hours, and price range
Copy & Inject
Click 'Copy JSON-LD Script' and paste into website <head> tag
Troubleshooting Guide
0 credits for schema generation
Unlimited schema markup generations
Standard 1,000 API requests per minute
Inject LocalBusiness schema on homepage and specific Service schema on individual service pages.
REST API Reference
curl -X POST https://api.mapscrapx.com/v1/seo/schema/generate \
-H "Authorization: Bearer ms_live_secret_key_88921" \
-H "Content-Type: application/json" \
-d '{"type": "HVACBusiness", "name": "Tampa HVAC", "phone": "+18135550192"}'{
"json_ld": "<script type=\"application/ld+json\">...</script>",
"valid": true
}Frequently Asked Questions (15)
Click to expandStructured code added to a website's HTML that tells search engines precise information about your business (NAP, hours, service areas, geo coordinates).