Free tool
LocalBusiness schema generator
Fill in your details to get valid JSON-LD structured data. Add it to your site so Google and AI engines know exactly who you are. Everything runs in your browser: nothing is sent anywhere.
Your JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HealthClub"
}
</script>How to add it
1. Copy the snippet above. 2. Paste it inside the <head> of your homepage: it’s invisible to visitors and tells Google and AI engines who you are.
How it works
- Fill in your business name, address, phone, opening hours and website.
- We build valid LocalBusiness JSON-LD from what you entered.
- Copy the block and paste it into the head of your site, then republish.
What you get
A LocalBusiness JSON-LD block you can paste as is, carrying the facts search engines and AI assistants use to identify your business.
Example output
{
"@context": "https://schema.org",
"@type": "Dentist",
"name": "Your business name",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Austin",
"addressRegion": "TX"
},
"telephone": "+1-512-555-0100",
"openingHours": "Mo-Fr 09:00-17:00",
"url": "https://example.com"
}Good to know
Everything runs in your browser and nothing is sent to us, so there is no limit here. Structured data helps an engine read your business facts correctly; on its own it does not make an assistant recommend you.