Adding LocalBusiness & Event Schema

Time for the fun part—let’s drop that snippet into your website. This little block of JSON-LD code tells Google exactly who you are, where you are, and what you do. By adding LocalBusiness & Event Schema to your site you are screaming at Google! HERE I AM!! If you have somebody looking after your website then they probably (Certainly Hope So!) will have done this already!

This is too scary! Let me chat with you to find out more! Book a call

I’ll just update my directory site instead Return to site

LocalBusiness & Event Schema code

  1. Copy the code below.
  2. Paste it anywhere in your site’s <head>—or use your CMS’s “Custom HTML”/“Code Injection” feature.
  3. Save, then run your URL through Google’s Rich Results Tester to confirm.

Now ONE BIG TIP!! Change the information to be YOUR correct business information!

If you are not familiar with this or a little worried book a call and we can chat ! And its FREE! Us giving to you as a Moreton Bay Highlights Directory member.

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "YOUR BUSINESS NAME",
"image": "https://yourdomain.com/path/to/logo.jpg",
"url": "https://yourdomain.com",
"telephone": "+61-7-1234-5678",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Redcliffe",
"addressRegion": "QLD",
"postalCode": "4020",
"addressCountry": "AU"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -27.234,
"longitude": 153.100
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday","Tuesday","Wednesday","Thursday","Friday"
],
"opens": "09:00",
"closes": "17:00"
}
],
"sameAs": [
"https://www.facebook.com/yourpage",
"https://instagram.com/yourprofile"
]
}
</script>

Pro tip: If you run events (markets, workshops, pop-ups), add an Event snippet below your Business block—same process, just tweak the details:

LocalBusiness & Event Schema additional code


“@context”:”https://schema.org”,
“@type”:”Event”,
“name”:”Moreton Bay Food Fest”,
“startDate”:”2025-06-15T10:00″,
“location”:{
“@type”:”Place”,
“name”:”Seaside Park”,
“address”:{//}
}
/* … */
}

Once you’re live, hit Reply and let me know how it looks in the Rich Results Tester—and watch those “search appearance” stats climb!

You’ve got this!
The Moreton Bay Highlights Team 😸

Share: