b2KIT

Local Business Schema Builder

Generate LocalBusiness schema with address, hours, geo coordinates, and contact info. Supports restaurants, stores, and service businesses.

Tested tool guide Tested browser tools Checked August 16, 2026

What Local Business Schema Builder does and how it behaves

Local Business Schema Builder converts a business name, LocalBusiness subtype, postal address, opening hours, geographic coordinates, and contact details into JSON-LD structured data for a physical business location. It is suited to restaurants, shops, and service businesses preparing markup for a relevant website page. The important distinction is that the result describes the business. It does not create, claim, verify, or update a business profile on a search platform, and valid markup does not guarantee a particular search result.

How the result is produced

1

Business identity and location

The builder organizes the entered name, business type, postal address, and contact details as properties of a LocalBusiness entity. Choosing a narrower subtype changes what kind of place the markup identifies, while the address remains the physical location being described. The resulting JSON-LD is intended for a page about that business or individual branch.

2

Hours and coordinates

Opening hours associate applicable days with local opening and closing times. Geographic data identifies the same place using latitude and longitude. These values must agree with the stated address and visible page content. Carefully review schedules involving split periods, overnight service, seasonal hours, or holiday exceptions, since a regular weekly schedule may not communicate every real-world variation.

Good uses

  • Preparing structured data for an individual restaurant page that already shows its street address, contact telephone number, regular dining hours, and exact map coordinates to visitors.
  • Creating a LocalBusiness block for an independent retail shop before publishing a contact-and-directions page, with machine-readable details that match the information displayed on that page.
  • Describing a plumber, clinic, salon, or other service business with customer-facing premises when its address, working hours, coordinates, and contact information need one coherent structured record.

Limits and checks

  • The builder cannot determine whether the selected subtype truthfully matches the business. Use a specific restaurant, store, or service subtype only when it accurately describes the location; otherwise, LocalBusiness is the less misleading choice.
  • Generated markup describes submitted information but does not establish that the business exists or owns the location. Compare its name, address, and telephone details with the visible page and the business's maintained records before publishing.
  • Coordinates can be valid numbers while pointing to the wrong place, especially when latitude and longitude are reversed. Hours can likewise be well-formed but use the wrong local time or omit exceptional closures. Check both against a reliable source.

Common questions

Should I choose LocalBusiness or a more specific subtype?

Use the most specific Schema.org subtype that is plainly true for the location. Restaurant is appropriate for a restaurant, while Store and its narrower subtypes apply to relevant retail locations. If none of the available choices describes the business confidently, use LocalBusiness. Do not select a type merely because it appears more likely to attract a rich search presentation.

Will this make the business appear in local search results?

No. The builder produces descriptive structured data only. Search engines decide whether to crawl the page, accept the information, and show an enhanced presentation. The markup should match visible page content and authoritative business details, but even syntactically valid and accurate JSON-LD does not guarantee indexing, ranking, inclusion in local results, or a particular display.

References and verification

The behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools