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.
{ "@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" ] }
Paste any URL and we'll write a custom LocalBusiness schema in ~2 seconds.