Build LocalBusiness JSON-LD with name, address, phone, hours, and business type. Copy a ready-to-paste script tag.
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "ToolReign Cafe",
"description": "A local business serving the community with quality products and service.",
"url": "https://toolreign.com",
"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"
}More free utilities you might find useful
Quick answers to common questions
JSON-LD markup that tells search engines about a physical business — name, address, hours, and contact info.
Copy the script tag and paste it in your page head or body.
Pick the most specific type: Restaurant, Store, MedicalBusiness, etc. LocalBusiness is the generic fallback.
Use schema.org format like Mo-Fr 09:00-18:00 or multiple lines for complex schedules.
No. Schema helps Google understand your business but does not guarantee rich results.
This tool is dedicated to local business fields with address and hours.
Yes.
Yes.
Your data is processed entirely in your browser. Nothing is sent to any server.