Free tool
Local business schema generator
Free, no account, nothing leaves your browser. The JSON-LD block Google reads to understand a local business — name, type, address, opening hours — generated from a form, ready to paste.
Opening hours
Your JSON-LD
How to use it
- Copy the block above.
- Paste it into your page’s <head> (or a custom-code embed).
- Check it with Google’s Rich Results Test.
Everything runs in your browser. Nothing you type is sent or stored.
Worth knowing before you paste
- Pick the closest business type — Restaurant, HairSalon, AutoRepair and a dozen more map straight to schema.org types.
- Days with identical hours are merged into one specification, the compact form schema.org recommends.
- Leave any field empty and it is simply omitted — a missing phone number beats a fake one.
- Paste it, then run Google’s Rich Results Test: a valid block is what makes your hours, address and phone show up as read rather than as guessed. Google decides which results get the rich treatment; this is the part you control.
Naratake sites ship this markup wired in — every starting point renders LocalBusiness JSON-LD from the business details you enter once.
Browse the templatesCommon questions
Where do I paste this?
Inside your page’s <head> or anywhere in the HTML — the <script type="application/ld+json"> wrapper is already included. Most site builders have an “custom code” or “embed” slot for exactly this.
Does schema markup improve my ranking?
It is how search engines and AI assistants read your name, hours and address without guessing, which is what makes a knowledge panel or a map result correct rather than approximate. It is not a ranking lever on its own; it is the difference between being understood and being inferred.
What if my hours differ on holidays?
This generator covers the weekly pattern. Holiday exceptions use a separate specialOpeningHoursSpecification with dates — add those by hand for the few days a year they apply.
Is anything stored or sent anywhere?
No. The JSON is assembled in your browser as you type. There is no server, no account and no tracking of what you enter.