Skip to content
SEWWA

Schema guides Schema type

LocalBusiness schema: complete guide

When to use: Location pages for brick-and-mortar businesses and service areas.

Required properties

Optional properties

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Example Coffee",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Portland",
"addressRegion": "OR",
"postalCode": "97209",
"addressCountry": "US"
},
"telephone": "+1-503-555-0100",
"url": "https://www.example.com"
}

Validation tips

Overview

LocalBusiness is rarely enough alone—pair with visible maps, hours, and CTA patterns users expect. areaServed helps service-area businesses when accurate.

Schema supports clarity; GBP and citations still drive most local pack signals.

Try the free Schema Generator →