LIDWAX.
All tools/ SEO Tool

Local Business Schema Generator

Generate Google-ready JSON-LD markup. Paste it into your <head> to boost local SEO and rich results.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Your Business Name",
  "url": "https://example.com",
  "telephone": "+1-555-555-5555",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "New York",
    "addressRegion": "NY",
    "postalCode": "10001",
    "addressCountry": "US"
  },
  "openingHours": "Mo-Fr 09:00-18:00"
}
</script>

Paste this into the <head> of your homepage. Validate at validator.schema.org.