Loading…
Loading…
Generate OpeningHoursSpecification JSON-LD for Google. Set hours per day with lunch breaks and special hours.
Loading tool...
Remove ads and work faster? Go Premium.
Unlock PremiumGenerate LocalBusiness JSON-LD schema for Google rich results. Fill out the form, copy valid structured data.
Local SEO ToolsGenerate FAQPage JSON-LD schema for Google rich results. Add Q&A pairs and copy valid structured data.
Local SEO ToolsGenerate Product JSON-LD schema for Google Shopping rich results with price, reviews, and availability.
Local SEO ToolsGenerate ServiceAreaBusiness JSON-LD schema for businesses without a storefront. Define service areas by city or radius.
Monday: 09:00 - 17:00 Tuesday: 09:00 - 17:00 Wednesday: 09:00 - 17:00 Thursday: 09:00 - 17:00 Friday: 09:00 - 17:00 Saturday: Closed Sunday: Closed
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "[Your Business Name]",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "09:00",
"closes": "17:00"
}
]
}