Local Business Schema Generator

Generate LocalBusiness JSON-LD structured data for local SEO.

Processed on your device β€” never uploaded

Business Details

Address

Contact & Details

Opening Hours

Schedule #1
Generated JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

Frequently Asked Questions

What is LocalBusiness schema?
LocalBusiness schema is JSON-LD structured data that describes a physical business, including its name, address, phone number, hours, and coordinates. It helps Google display your business in local search results and map packs.
Should I use LocalBusiness or a more specific type?
Use the most specific type available. For example, use Restaurant instead of LocalBusiness if you run a restaurant. More specific types give Google better context about your business.
Does LocalBusiness schema replace Google Business Profile?
No. LocalBusiness schema and Google Business Profile serve different purposes. Use both for the best local SEO results: the schema on your website and the profile in Google Maps.
How do I add opening hours for different days?
Add separate OpeningHoursSpecification entries for each schedule. For example, one entry for Monday-Friday 9-5 and another for Saturday 10-2. Each entry specifies the days, opening time, and closing time.