Business Hours Generator
Create and format your business hours for websites, Google, and more
Quick Presets
Configure Hours
Weekly Hours:40h
to
to
to
to
to
Closed
Closed
Preview
Business Hours
| Monday | 9 AM - 5 PM |
| Tuesday | 9 AM - 5 PM |
| Wednesday | 9 AM - 5 PM |
| Thursday | 9 AM - 5 PM |
| Friday | 9 AM - 5 PM |
| Saturday | Closed |
| Sunday | Closed |
Plain Text
Business Hours Monday: 9 AM - 5 PM Tuesday: 9 AM - 5 PM Wednesday: 9 AM - 5 PM Thursday: 9 AM - 5 PM Friday: 9 AM - 5 PM Saturday: Closed Sunday: Closed
HTML Code
<div style="font-family: Arial, sans-serif; max-width: 300px;">
<h4 style="margin: 0 0 15px 0; color: #666; font-weight: normal;">Business Hours</h4>
<table style="width: 100%; border-collapse: collapse;">
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Monday</td>
<td style="padding: 5px 0; color: #333; text-align: right;">9 AM - 5 PM</td>
</tr>
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Tuesday</td>
<td style="padding: 5px 0; color: #333; text-align: right;">9 AM - 5 PM</td>
</tr>
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Wednesday</td>
<td style="padding: 5px 0; color: #333; text-align: right;">9 AM - 5 PM</td>
</tr>
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Thursday</td>
<td style="padding: 5px 0; color: #333; text-align: right;">9 AM - 5 PM</td>
</tr>
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Friday</td>
<td style="padding: 5px 0; color: #333; text-align: right;">9 AM - 5 PM</td>
</tr>
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Saturday</td>
<td style="padding: 5px 0; color: #999; text-align: right;">Closed</td>
</tr>
<tr>
<td style="padding: 5px 10px 5px 0; color: #333; font-weight: 500;">Sunday</td>
<td style="padding: 5px 0; color: #999; text-align: right;">Closed</td>
</tr>
</table>
</div>Schema.org JSON-LD
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Your Business Name",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Monday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Tuesday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Wednesday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Thursday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Friday",
"opens": "09:00",
"closes": "17:00"
}
]
}Add this to your website's <head> section to help Google understand your business hours.
Tips for Business Hours
Keep It Updated
Always update your hours for holidays and special events. Customers rely on accurate information.
Google Business Profile
Make sure your hours match across your website, Google Business Profile, and social media.
Schema Markup
Use the JSON-LD schema to help search engines display your hours in search results.
Time Zones
If you serve customers in different time zones, consider noting your local time zone.