Tools Menu

View All Categories
Professional Tool

LocalBusiness Schema Generator

Generate Google-compliant JSON-LD structured data for your local business. Includes opening hours builder and real-time preview.

#schemamarkup #json-ld #localbusiness #structureddata #richsnippets

LocalBusiness Schema Generator

JSON-LD Structured Data

Business Information

0/750 characters

Location

Opening Hours

Mon-
Tue-
Wed-
Thu-
Fri
Sat
Sun-
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Your Business Name",
  "priceRange": "$$",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Monday",
      "opens": "09:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Tuesday",
      "opens": "09:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Wednesday",
      "opens": "09:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Thursday",
      "opens": "09:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Sunday",
      "opens": "09:00",
      "closes": "18:00"
    }
  ]
}
</script>

Preview

Type: LocalBusiness

Name:

Phone:

Address:

Hours: Mon, Tue, Wed, Thu, Sun: 09:00 - 18:00 | Fri, Sat: Closed

How to Use This Tool

Follow these simple steps to get the most out of the LocalBusiness Schema Generator.

1

Enter your Business Name and select the specific 'Type' (e.g. Dentist, Restaurant).

2

Upload your logo URL and social profile links.

3

Add your full address and pinpoint the geo-coordinates.

4

Set your operating hours using the visual scheduler.

5

Copy the generated JSON-LD script to your website's <head> tag.

Contact Hub