Skip to content
Schema Generator

Copy-paste JSON-LD schema, built from your business

Generate LocalBusiness structured data from your profile — name, address, phone, website and map location — as copy-paste-ready code for any site.

SEO Schema Generator

Moka Coffee House · Kadıköy

JSON-LD

Business Data

Schema Type

Local Business

Business Name

Moka Coffee House

Telephone

+90 216 000 00 00

Website

mokacoffee.co

Address

Moda Cd. 12, Kadıköy

40.9884, 29.0270

If your data is incomplete, update your information from the Profile page first.
schema.html Copy Code
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Moka Coffee House",
  "url": "https://mokacoffee.co",
  "telephone": "+90 216 000 00 00",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Moda Cd. 12, Kadıköy"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.9884,
    "longitude": 29.0270
  }
}
</script>
Rich-result eligible · Google decides

From your data

Name, address, phone, website and location become valid markup automatically.

Paste anywhere

Standalone JSON-LD you can drop into any page, on any platform.

Eligible, not guaranteed

Valid schema makes rich results possible; Google still decides what to show.

Inside the module

Structured data without hand-writing a single tag

Turn your business details into valid markup you can paste anywhere.

From your profile

Business Name

Moka Coffee House

Telephone

+90 216 000 00 00

Website

mokacoffee.co

Address

Moda Cd. 12, Kadıköy

Built from your business data

Localghost reads your business name, phone, website and address straight from your profile, so the markup describes your real business — never a placeholder.

Local Business
Restaurant
Retail Store
Medical
Construction
"@type": "LocalBusiness"

LocalBusiness and the right type

Pick LocalBusiness, Restaurant, Retail Store, Medical or Construction and the generator stamps the matching @type, so search engines classify you correctly.

schema.html
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Moka Coffee House",
"telephone": "+90 216…"
}
</script>

Copy-paste-ready JSON-LD

Generates a complete <script type="application/ld+json"> block in the format Google recommends. Copy it and paste it into any page's HTML.

Name Written
Telephone Written
Address Written
LogoSkipped

Empty fields skipped — no placeholders

Only the fields you actually have

Empty fields are left out instead of filled with example.com placeholders, so search engines never get broken data — and the module flags what's still missing from your profile.

{
"@type": "LocalBusiness",
"name": "Moka…"
}
Schema code copied!

One-click copy

The whole block copies to your clipboard in a single click, ready to drop into your page's head or body.

Valid schema
Eligible for rich results
Google decides what to show

Eligibility, not a guarantee

Rich-result eligibility

Valid markup is what makes a page eligible for rich results. Eligibility isn't a guarantee — Google decides what to show — but without valid schema you're not in the running.

How it works

1

Confirm your details

Localghost reads your business name, address, phone, website and map location from your profile.

2

Generate the markup

Choose your type; it builds a LocalBusiness JSON-LD block, ready to copy.

3

Paste it into your site

Drop the block into your page's HTML. Regenerate whenever your details change.

Frequently asked questions

What is JSON-LD and where does it go?

JSON-LD is the structured-data format Google recommends. You paste the generated block into your page's HTML — usually in the head — and search engines read it when they crawl the page.

Will this get me rich results?

It makes you eligible. Valid structured data is a requirement for rich results, but Google decides whether to show them. Schema improves your odds; it can't promise the outcome.

What data goes into the schema?

Your business name, address, phone, website and map location, pulled from your profile — and only the fields you actually have, so nothing is faked with a placeholder.

Can I use this on a site I didn't build with Localghost?

Yes. The generator produces standalone JSON-LD you can paste into any site, on any platform. If you use the Localghost website builder, it already embeds LocalBusiness schema into your microsite for you.

What happens when my business details change?

Regenerate the block and paste the new version. Keeping the markup aligned with your current address, phone and website is what keeps it accurate for search engines.