Local Business Schema Generator
Fill in your business details. Copy the JSON-LD into your <head>.
output.json
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Titan Plumbing Cardiff",
"description": "Emergency plumbing services across Cardiff.",
"url": "https://example.com",
"telephone": "+44 29 2000 0000",
"email": "hello@example.com",
"image": "https://example.com/photo.jpg",
"priceRange": "££",
"address": {
"@type": "PostalAddress",
"streetAddress": "12 Queen Street",
"addressLocality": "Cardiff",
"addressRegion": "Wales",
"postalCode": "CF10 2BU",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.4816,
"longitude": -3.1791
},
"openingHours": [
"Mo-Fr 08:00-18:00",
"Sa 09:00-13:00"
],
"sameAs": [
"https://facebook.com/example",
"https://twitter.com/example"
]
}