brighter websites logoBrighter Websites Logo White

Local Business Schema

Example with tokens – remove what you dont need,

Table Of Contents

Who is this for

Agency devs / future maintainers
Overview

Example with tokens – remove what you dont need,

{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "@id": "%%site_url%%#organization",
  "name": "%%_cmeta_options_scos_biz_business_name%%",
  "legalName": "%%_cmeta_options_scos_biz_business_name%%",
  "description": "%%_cmeta_options_scos_biz_service_description%%",
  "url": "%%site_url%%",
  "telephone": "%%_cmeta_options_scos_biz_phone_number%%",
  "email": "%%_cmeta_options_scos_biz_email%%",
  "priceRange": "%%_cmeta_options_scos_biz_price_tier%%",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "%%_cmeta_options_scos_biz_address%%",
    "addressLocality": "%%_cmeta_options_scos_biz_city%%",
    "addressRegion": "%%_cmeta_options_scos_biz_state%%",
    "postalCode": "%%_cmeta_options_scos_biz_postcode%%",
    "addressCountry": "%%_cmeta_options_scos_biz_country_code%%"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "%%_cmeta_options_scos_biz_lat%%",
    "longitude": "%%_cmeta_options_scos_biz_long%%"
  },
  "areaServed": [
    {
      "@type": "City",
      "name": "%%_cmeta_options_scos_biz_city%%"
    },
    {
      "@type": "State",
      "name": "%%_cmeta_options_scos_biz_state%%"
    },
    {
      "@type": "Country",
      "name": "%%_cmeta_options_scos_biz_country%%"
    }
  ],
  "openingHoursSpecification": "%%_cmeta_options_scos_biz_business_hours%%",
  "identifier": [
    {
      "@type": "PropertyValue",
      "name": "ABN",
      "value": "%%_cmeta_options_scos_biz_abn%%"
    }
  ],
  "sameAs": [
    "%%_cmeta_options_scos_biz_social_link_facebook%%",
    "%%_cmeta_options_scos_biz_social_link_linkedin%%",
    "%%_cmeta_options_scos_biz_social_link_instagram%%",
    "%%_cmeta_options_scos_biz_social_link_youtube%%",
    "%%_cmeta_options_scos_biz_social_link_twitter%%",
    "%%_cmeta_options_scos_biz_social_link_pinterest%%",
    "%%_cmeta_options_scos_biz_google_maps_share%%",
    "%%_cmeta_options_scos_biz_knowledge_panel_share%%",
    "%%_cmeta_options_scos_biz_additional_account_urls%%"
  ],
  "logo": {
    "@type": "ImageObject",
    "url": "%%_cmeta_options_scos_biz_business_logo%%"
  },
  "image": "%%_cmeta_options_scos_biz_business_image%%",
  "founder": {
    "@type": "Person",
    "@id": "%%site_url%%#founder",
    "name": "%%_cmeta_options_scos_biz_founder_contact_name%%"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "%%_cmeta_options_scos_biz_phone_number%%",
    "contactType": "%%_cmeta_options_scos_biz_contact_type%%",
    "contactOption": "%%_cmeta_options_scos_biz_contact_option%%",
    "availableLanguage": "English"
  },
  "foundingDate": "%%_cmeta_options_scos_biz_founding_date%%",
  "foundingLocation": {
    "@type": "Place",
    "name": "%%_cmeta_options_scos_biz_city%%, %%_cmeta_options_scos_biz_state%%, %%_cmeta_options_scos_biz_country%%"
  }
}

Want to Contribute to SCOS?

SCOS is a Strategic Content Operating System - learn more or contact us on support@brighterwebsites.com.au.

Work with me

Hit submit and I’ll reach out by email or phone to help you get started. Your details stay private,  see the Privacy Policy.