SEO Utility Tool
Local SEO JSON-LD Schema Generator
Improve search crawlers' understanding of your business location, categories, coordinates, and hours with standardized structured schema markup.
Business Schema Fields
Physical Address
Contact & Location URLs
Opening Hours
Social & Authority Citations
JSON-LD Code
// Paste this code in the <head> block of your website
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "",
"description": "",
"url": "",
"telephone": "",
"email": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": ""
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "00:00",
"closes": "23:59"
}
}
</script>JSON-LD schema helps Google connect the dots between your website and your Google Business Profile, increasing confidence in your business's entity trust scores.
Validate Your Schema Code
Test the copied code on Google's Rich Results tool to verify eligibility for search snippet enhancements (like star reviews, opening hours, or maps integration).
Test Code on Google Rich Results