Free Tool · AI Visibility
Schema Markup Generator
Generate valid LocalBusiness JSON-LD schema markup for your website. Structured data helps AI assistants like ChatGPT, Perplexity, and Google understand your business — and recommend you.
Business Details
Business Hours
Monday
to
Tuesday
to
Wednesday
to
Thursday
to
Friday
to
Saturday
to
SundayClosed
Generated Schema
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress",
"addressRegion": "CO",
"addressCountry": "US"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "10:00",
"closes": "15:00"
}
]
}
</script>How to add this to your site
Paste this code into the <head>section of your homepage. On WordPress, use the "Insert Headers and Footers" plugin. On Squarespace, use Code Injection in Settings.
Verify your full AI Visibility Score
Check all 14 signals — including if this schema is properly indexed.
How It Works
Schema markup (JSON-LD) tells AI search engines exactly what your business is — boosting AI citation chances by up to 40%.
01
Choose schema type
Pick your business category: Local Business, Restaurant, Doctor, Lawyer, HVAC/Plumber, Gym, Real Estate, or more.
02
Fill your details
Name, address, phone, hours, website, social links. The generator validates required fields per schema.org spec.
03
Add to your website
Copy the JSON-LD and paste it inside a <script type="application/ld+json"> tag in your site's <head> or <body>.
Example output — Local Business (Plumbing)
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HomeAndConstructionBusiness",
"name": "Sunrise Plumbing",
"telephone": "+1-303-555-0100",
"url": "https://sunriseplumbing.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80201"
},
"openingHours": ["Mo-Fr 08:00-18:00", "Sa 09:00-14:00"]
}
</script>