Local Business Schema Generator

Stores, restaurants, and local services with location data

← Back to Schema Types

AI-Powered Schema Suggestions

Paste your content URL or HTML and let AI extract schema data automatically. 5 uses left

Schema Details

Location 1
Share on:

📱 How it appears in Google

View:
example.com › business
Business Name Will Appear Here
Business description with key services and information will appear here.

💡 Rich results like this can increase your click-through rate by 20-30% compared to plain blue links.

Schema Code

Format:
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Business Name",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "City",
    "addressRegion": "State",
    "postalCode": "12345"
  }
}
⚠ Incomplete Schema5 issues
  • Street Address is required - Enter your business street address (e.g., "123 Main Street")
  • City is required - Enter the city where your business is located
  • State/Region is required - Enter the state, province, or region (e.g., "CA" or "California")
  • Postal Code is required - Enter your ZIP or postal code for accurate location mapping
  • Business Name is required - Enter your business name as it appears to customers

📝 How to Implement

  1. Copy the JSON-LD code above using the "Copy Code" button
  2. Paste it in your page's <head> section inside a <script type="application/ld+json"> tag
  3. Test your implementation using Google's Rich Results Test

⚠️ Disclaimer: This tool provides schema markup generation for informational purposes only. While we strive for accuracy, generated schemas should be tested and validated before deployment. Results are provided as-is without guarantee of rich snippet eligibility or SEO performance. Always test your implementation with Google's Rich Results Test and consult official Schema.org documentation for critical implementations.