Local business schema generator
Structured data is how search engines and AI assistants understand what your business is, where it operates, and when it's open. Fill this in, copy the code, paste it into your site. Takes about two minutes.
Pick the closest match — a specific type beats the generic one.
Your code
Enter your business name to generate the code.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"https://schema.org/Monday",
"https://schema.org/Tuesday",
"https://schema.org/Wednesday",
"https://schema.org/Thursday",
"https://schema.org/Friday"
],
"opens": "08:00",
"closes": "17:00"
}
]
}
</script>Where this goes
- 1. Copy the block above.
- 2. Paste it into your site's
<head>— on WordPress, most SEO plugins have a “header scripts” box. - 3. Check it with Google's Rich Results Test.
Everything here happens in your browser. Nothing you type is sent to us or stored.