Generate Local Business Markup Schema

Are you looking to generate local business markup schema for your website? You can use our generator tool to help you generate local business markup schema quick and easy for both microdata and JSON.

Steps to Generate Markup Schema:
  • Step 1: Enter in the information from the form on the left hand side.
  • Step 2: Click the 'Generate Local Business Schema' button
  • Step 3: Copy the code below inside the grey boxed area. Go to Google's Structured Data Markup Tool.
  • Step 4: Click the 'Code Snippet' option instead of the default 'Fetch URL' option.
  • Step 5: Paste in the code you previously copied
  • Step 6: Click the green 'Run Test' button and verify the Schema Markup is correct.

Output:


<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "LocalBusiness",    
  "name": "[Enter: Your Company Name]",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "[Enter: Street Address i.e 13 Main Street]",
    "addressLocality": "[Enter: Borough/Suburb/Town/City]",
    "addressRegion": "[Enter: County (UK) / State (US)]",
    "postalCode": "[Enter: Postcode of Business Address]"
  },
  "telePhone": "[Enter: Company Phone Number]",
  "openingHours": "[Enter: Business Opening Hours i.e: 9:00-17:00]",
  "url": "[Enter: Full Website URL including http/https]",
  "logo": "[Enter: Full Website URL of your business logo]",
  "image": "[Enter: Full Website URL of your business image]",
  "priceRange":"$"
}
</script>
					
Google Rating
5.0