SEO
Local Business Schema Generator
Build LocalBusiness JSON-LD with name, address, phone, hours, and business type. Copy a ready-to-paste script tag.
JSON-LD output
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "ToolReign Cafe",
"description": "A local business serving the community with quality products and service.",
"url": "https://toolreign.comm",
"telephone": "+91-9876543210",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main Street",
"addressLocality": "Mumbai",
"addressRegion": "MH",
"postalCode": "400001",
"addressCountry": "IN"
},
"openingHours": "Mo-Fr 09:00-18:00"
}Related Tools
More free utilities you might find useful
Frequently Asked Questions
Quick answers to common questions
What is LocalBusiness schema?+
JSON-LD markup that tells search engines about a physical business — name, address, hours, and contact info.
How do I install it?+
Copy the script tag and paste it in your page head or body.
Which @type should I use?+
Pick the most specific type: Restaurant, Store, MedicalBusiness, etc. LocalBusiness is the generic fallback.
Opening hours format?+
Use schema.org format like Mo-Fr 09:00-18:00 or multiple lines for complex schedules.
Does it guarantee local pack results?+
No. Schema helps Google understand your business but does not guarantee rich results.
vs Schema Generator?+
This tool is dedicated to local business fields with address and hours.
Private?+
Yes.
Free?+
Yes.
