SSchemaGens/Templates/local-business
TemplateFree

🏪 LocalBusiness Schema

LocalBusiness schema is the single most important markup for small businesses. It feeds Google Maps, local pack results, and voice search answers like "bakery near me open now". Without it, you are invisible to local intent searches.

local-business.jsonldJSON-LD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Maria's Artisan Bakery",
  "description": "Handcrafted sourdough bread and pastries baked fresh daily.",
  "url": "https://mariasbakery.example.com",
  "telephone": "+1-555-123-4567",
  "email": "[email protected]",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main Street",
    "addressLocality": "Springfield",
    "addressRegion": "IL",
    "postalCode": "62701",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.7817,
    "longitude": -89.6501
  },
  "openingHours": [
    "Mo-Fr 07:00-19:00",
    "Sa 08:00-18:00",
    "Su 08:00-14:00"
  ],
  "priceRange": "$$",
  "sameAs": [
    "https://facebook.com/mariasbakery",
    "https://instagram.com/mariasbakery"
  ]
}

Tips for this schema

✓Include geo.latitude and geo.longitude for precise map placement.
✓Use openingHours in the format Mo-Fr 09:00-17:00 for voice search compatibility.
✓Add sameAs links to social profiles to build entity confidence.
✓Set priceRange ($, $$, $$$, $$$$) to set customer expectations.
READY TO GENERATE?

Generate this schema for your URL

Paste any URL and we'll write a custom LocalBusiness schema in ~2 seconds.

Generate LocalBusiness schema →
schemagens.com / templates / local-business