Loading...
Loading...
Loading...
Build complete JSON-LD structured data for local service pages — LocalBusiness, Service, FAQ, Breadcrumb, and more. Ready to paste into your framework.
{
"@context": "https://schema.org",
"@graph": [
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"@id": "https://acmeplumbing.com/#business",
"name": "Acme Plumbing",
"description": "Professional plumbing services in Denver. Emergency repairs, installations, and maintenance.",
"url": "https://acmeplumbing.com",
"telephone": "+1-555-0123",
"email": "[email protected]",
"priceRange": "$$",
"image": "https://acmeplumbing.com/logo.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80202",
"addressCountry": "US"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.8,
"reviewCount": 142
}
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://acmeplumbing.com/#service-1",
"name": "Emergency plumbing",
"provider": {
"@id": "https://acmeplumbing.com/#business"
},
"areaServed": {
"@type": "City",
"name": "Denver"
},
"serviceType": "Plumbing Service"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://acmeplumbing.com/#service-2",
"name": "Drain cleaning",
"provider": {
"@id": "https://acmeplumbing.com/#business"
},
"areaServed": {
"@type": "City",
"name": "Denver"
},
"serviceType": "Plumbing Service"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://acmeplumbing.com/#service-3",
"name": "Water heater repair",
"provider": {
"@id": "https://acmeplumbing.com/#business"
},
"areaServed": {
"@type": "City",
"name": "Denver"
},
"serviceType": "Plumbing Service"
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://acmeplumbing.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Plumbing Service",
"item": "https://acmeplumbing.com/plumbing-service"
},
{
"@type": "ListItem",
"position": 3,
"name": "Denver",
"item": "https://acmeplumbing.com/plumbing-service/denver"
}
]
}
]
}<Script
id="local-business-schema"
type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(schema) }}
/>