LocalBus
LocalRich Result Eligible

LocalBusiness

A physical business with a location. Enables rich results in Google Maps and local search with address, hours, phone number and reviews.

Rich Result: Local Business

Required Properties

name
address

Recommended Properties

telephone
openingHours
url
image
aggregateRating
priceRange
geo

JSON-LD Example

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Example SEO Agency",
  "telephone": "+1-555-0100",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "San Francisco",
    "addressRegion": "CA",
    "postalCode": "94105",
    "addressCountry": "US"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "18:00"
    }
  ],
  "url": "https://example.com",
  "priceRange": "$$"
}
</script>
Test your LocalBusiness markup
Validate and generate LocalBusiness JSON-LD for your site
Validate Schema →Generate JSON-LD →
← All Schema.org Types