Local SEO Tool

Local Business Schema Generator

Help Google Maps and AI search engines understand exactly where you are and what you do. Generate valid JSON-LD markup instantly.

Find these on Google Maps URL

schema.jsonld
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Mo-Fr",
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}

Pro Tip: Paste this code into the <head> section of your website. Test it using Google's Rich Results Test tool to verify eligibility for rich snippets.