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"
}
}
Yes — it is completely free with no signup. Fill in the form and it produces copy-paste JSON-LD you can drop straight into your site.
LocalBusiness schema is structured JSON-LD that describes your business entity — name, address, phone, hours, services, and proof signals — so search crawlers and AI answer engines can parse who and where you are without guessing. It is the foundation of being recognised in local and AI search.
Paste the JSON-LD block once into your page, ideally in the head. Use a single canonical LocalBusiness block sitewide — duplicating it on multiple pages confuses crawlers. Then validate with validator.schema.org and Google's Rich Results Test.
Yes. AI engines like ChatGPT, Perplexity, and Google AI Overviews rely on structured, machine-readable data to recommend businesses confidently. Clean LocalBusiness schema makes your entity easy to cite instead of easy to skip. See the REAL Method for how this fits the bigger picture.
No. You fill in plain fields — name, address, hours, category, services — and the tool writes valid JSON-LD for you. You only copy and paste the result.