Local Business Schema GeneratorLocal SEO & Map Pack
Generate validated LocalBusiness schema with NAP details, business hours, geo-coordinates, and reviews. Essential for Google Map Pack and local search rankings.
Why Local Business Schema Drives Foot Traffic
Google Map Pack Visibility
LocalBusiness schema with accurate geo-coordinates and NAP data directly influences your Map Pack rankings — where 42% of local searches lead to clicks.
Knowledge Panel for Your Business
Proper Organization/LocalBusiness schema helps Google build a Knowledge Panel for your business, displaying hours, address, phone, and reviews prominently.
Voice Search for Local Queries
'Near me' searches grew 150% in recent years. LocalBusiness schema ensures voice assistants have structured NAP data to recommend your business.
Review Stars in Local Results
Including aggregateRating in your LocalBusiness schema displays review stars in local pack results, significantly increasing click-through rates.
Google Requirements
Required Properties
- *
name - *
address (streetAddress, addressLocality, postalCode) - *
image
Recommended Properties
geo (latitude, longitude)openingHoursSpecificationtelephoneaggregateRatingpriceRangeurl
Example JSON-LD Output
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Downtown Coffee Roasters",
"image": "https://example.com/coffee-shop.jpg",
"telephone": "+1-555-123-4567",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main Street",
"addressLocality": "Portland",
"addressRegion": "OR",
"postalCode": "97201",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 45.5155,
"longitude": -122.6789
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "06:00",
"closes": "18:00"
}
],
"priceRange": "$$"
}When to Use Local Business Schema
Local Business Schema Generator — FAQ
Common questions about local business schema markup implementation and best practices.