# Local Business Schema Generator

Instantly create highly optimized Google Maps Pack structured data markup for your local business to boost maps indexing.

### Business Profile Details

**Business Name**

**Category**\
LocalBusiness\
ProfessionalService\
Dentist\
LegalService\
Store\
Restaurant\
AutomotiveBusiness\
RealEstateAgent\
MedicalBusiness\
HairSalon\
Plumber

**Street Address**

**City**

**Postal Code**

**Country (2 letters)**

**Phone Number**

**Website URL**

**Google Maps CID/Share URL**

### JSON-LD Output

Copy JSON-LD

```
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "My Local Shop",
  "image": "https://mybusiness.com/logo.webp",
  "@id": "https://mybusiness.com/#localbusiness",
  "url": "https://mybusiness.com",
  "telephone": "+40 700 000 000",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Search Street",
    "addressLocality": "Bucharest",
    "postalCode": "010011",
    "addressCountry": "RO"
  },
  "hasMap": "https://maps.google.com/?cid=12345"
}
</script>
```

💡 **Usage Instructions:** Copy this script block and paste it inside the `<head>` tag of your website. Google crawlers will automatically parse this microdata to display your profile in the map listings.
