JDJoe DiMarco

Schema Markup Generator

JSON-LD that maps, AI engines, and Google use to understand your business.

Schema type

Schema ready to publish.

<script type="application/ld+json">

Paste in <head> of your Plumber page

{
  "@context": "https://schema.org",
  "@type": "Plumber",
  "name": "Iron City Plumbing",
  "image": "https://ironcityplumbing.com/og.jpg",
  "@id": "https://ironcityplumbing.com",
  "url": "https://ironcityplumbing.com",
  "telephone": "(412) 555-0107",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Pittsburgh, PA",
    "addressRegion": "PA",
    "addressCountry": "US"
  },
  "areaServed": [
    {
      "@type": "City",
      "name": "Pittsburgh"
    },
    {
      "@type": "City",
      "name": "Wilkinsburg"
    },
    {
      "@type": "City",
      "name": "Penn Hills"
    },
    {
      "@type": "City",
      "name": "Monroeville"
    },
    {
      "@type": "City",
      "name": "Bloomfield"
    }
  ],
  "openingHoursSpecification": {
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": [
      "Monday",
      "Tuesday",
      "Wednesday",
      "Thursday",
      "Friday",
      "Saturday",
      "Sunday"
    ],
    "opens": "07:00",
    "closes": "21:00"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.8,
    "reviewCount": 1042
  }
}

Per-type generators

LocalBusiness ✓Service (5 of 7) ✓FAQPage (draft)AggregateRating (draft)Reservation (missing)