Generate copy-paste JSON-LD markup that helps Google, ChatGPT, Perplexity, and other AI systems understand your local business entity.
Copy this code and paste it into your website's <head> section.
We'll email you this schema, plus monthly tips on how to rank in ChatGPT, Claude, and Perplexity for your industry. No spam, unsubscribe anytime.
<head> tag, before </head>This LocalBusiness schema generator turns your NAP, hours, services, reviews, and contact details into structured JSON-LD. The goal is simple: make the business entity, location, and proof signals clear enough for search crawlers and AI answer engines to parse without guessing.
Use the form above for the markup, then use the checklist below to decide which fields are required fields for a reliable local business profile and which optional fields add stronger evidence.
Use the real business name and the closest schema type, such as Dentist, Restaurant, Attorney, RealEstateAgent, or HomeAndConstructionBusiness.
Add phone, street address, city, region, postal code, and country so Google and AI systems can connect the page to a specific local entity.
Point schema to the canonical website URL and describe services, service area, and specialty in plain language.
Include normal business hours or mark closed days so crawlers do not have to infer availability from page copy.
The generator creates a JSON-LD block like this, then expands it based on the details you provide.
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Example Dental Clinic",
"url": "https://example.com",
"telephone": "+1-416-555-0100",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main Street",
"addressLocality": "Toronto",
"addressRegion": "ON",
"postalCode": "M5V 2T6",
"addressCountry": "CA"
}
}