📍

Local Business Schema Generator

Generate complete, valid LocalBusiness JSON-LD schema for 63+ business types. Includes address, hours, ratings, social profiles and accessibility features.

📋 Where & how to paste this code
METHOD 1 WordPress Theme <head> (recommended)
  1. In WordPress admin go to Appearance → Theme File Editor
  2. Open header.php or functions.php
  3. Find the closing </head> tag
  4. Paste the script tag just before </head>
  5. Click Update File
...your existing head content...
<script type="application/ld+json">...</script> ← paste here
</head>
METHOD 2 Insert Headers and Footers plugin (easiest)
  1. Install the free Insert Headers and Footers plugin
  2. Go to Settings → Insert Headers and Footers
  3. Paste the script tag in the "Scripts in Header" box
  4. Click Save — done. No code editing needed.
METHOD 3 Yoast SEO / Rank Math (if you use them)
  1. Open the specific page or post in the WordPress editor
  2. Scroll to the Yoast SEO or Rank Math panel below the editor
  3. Go to Schema tab → Custom Schema or Schema Markup
  4. Paste only the JSON content (not the <script> tags) into the field
METHOD 4 Elementor / page builder "Custom Code" block
  1. Edit the page in Elementor (or your page builder)
  2. Add an HTML widget or Custom Code element
  3. Paste the full script tag into it
  4. Set the element to Hidden so it doesn't show visually
✅ Always validate your schema after pasting