Free Local Business Schema Markup Generator

Schema Markup Generators

FAQ Website Organization Article Local Business Event Job Posting Product Recipe Video Aggregate Rating Breadcrumbs

Use our FREE Schema.org Local Business structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Local Business Structured Data Code Example

<script type='application/ld+json'>
{
	"@context": "http://schema.org",
	"@type": "LocalBusiness",
	"name": "Seo Smoothie",
	"url": "https://seosmoothie.com/",
	"image": "https://seosmoothie.com/iage.jpg",
	"description": "SEO Smoothie is a new wave SEO Company. Our SEO experts will not only audit, analyse, fix and report but also explain and guide you through the process.",
	"address": {
		"@type": "PostalAddress",
		"streetAddress": "Main Street",
		"addressLocality": "Galway City",
		"addressRegion": "Galway",
		"postalCode": "91G23IE",
		"addressCountry": "Ireland"
	},
	"geo": {
		"@type": "GeoCoordinates",
		"latitude": "53.2838294",
		"longitude": "-9.1888286"
	},
	"hasMap": "https://www.google.com/maps/place/Galway",
	"telephone": "+35391234567",
	"openingHoursSpecification": [
		{
			"@type": "OpeningHoursSpecification",
			"dayOfWeek": "Monday",
			"opens": "09:00",
			"closes": "17:00"
		},
		{
			"@type": "OpeningHoursSpecification",
			"dayOfWeek": "Tuesday",
			"opens": "09:00",
			"closes": "17:00"
		},
		{
			"@type": "OpeningHoursSpecification",
			"dayOfWeek": "Thursday",
			"opens": "13:00",
			"closes": "18:30"
		}
	]
}
</script>

Schema.org’s references: LocalBusiness. Google’s documentation: Local Business.

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.