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.

Schema is step one

Structured data helps engines read you correctly, but it doesn’t tell you whether they recommend you. Run a full scan to find out across all 4 AI engines.

How it works

  1. Fill in your business name, address, phone, opening hours and website.
  2. We build valid LocalBusiness JSON-LD from what you entered.
  3. 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.