FREE TOOL
Schema.org JSON-LD generator
JSON-LD is the structured-data format AI engines and search crawlers read to understand who you are, where you operate, and what you do. Fill in the form below, then paste the generated <script> tag into the <head> of the matching page on your site.
PRESET:
GENERATED JSON-LDpaste into <head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Plumber",
"name": "Murray Emergency Plumbing",
"url": "https://example.com",
"telephone": "(270) 555-0100",
"description": "24/7 emergency plumbing services for homes and businesses in Western Kentucky. Licensed, bonded, and insured.",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "100 Main Street",
"addressLocality": "Murray",
"addressRegion": "KY",
"postalCode": "42071",
"addressCountry": "US"
},
"areaServed": "Murray, KY and Calloway County",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Saturday",
"opens": "09:00",
"closes": "13:00"
}
]
}
</script>This generator produces valid JSON-LD using common Schema.org types. Validate the final markup with Google's Rich Results Test before publishing.