Skip to content

Instantly share code, notes, and snippets.

@JakeLabate
Created January 5, 2022 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakeLabate/23cd15c59f6825f62613e30cef3dee9c to your computer and use it in GitHub Desktop.
Save JakeLabate/23cd15c59f6825f62613e30cef3dee9c to your computer and use it in GitHub Desktop.
Schema example for the Labate website, used in reference on the Labate Idea Blog in order to portray a clean and simple schema markup example.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Labate Group | Marketing, Software & Fullfilment",
"url": "https://labate.io",
"sameAs": [
"https://www.facebook.com/LabateMarketing",
"https://www.instagram.com/labate.io",
"https://www.linkedin.com/company/labateio",
"https://www.twitter.com/labateio",
"https://www.tiktok.com/@labate.io",
"https://www.youtube.com/channel/UC1LFzDCPu4teHRUVVB9ovBg",
"https://linktr.ee/labate.io"
],
"image": "https://uploads-ssl.webflow.com/617db0d9cb2380592804fbb6/61acfe2b575ad779c4d92975_logo.png",
"alternateName": "Labate Marketing",
"mainEntity": {
"@type": "ProfessionalService",
"name": "Labate Group",
"member": {
"@type": "Person",
"name": "Jake Labate",
"image": "https://uploads-ssl.webflow.com/617db0d9cb238018da04fbbb/617eb707a3530ed18302d7f3_Jake%20Labate%20Headshot%201%20(SMALLER%20SQUARE).jpeg",
"url": "https://labate.io/team/jake-labate",
"jobTitle": "President",
"email": "jake@labate.io"
},
"memberOf": {
"@type": "Organization",
"name": "Greater Norwalk Chamber of Commerce",
"url": "https://labate.io/organizations/greater-norwalk-chamber-of-commerce",
"image": {
"@type": "ImageObject",
"url": "https://uploads-ssl.webflow.com/617db0d9cb238018da04fbbb/61be6b48aeb6f014b17a4050_4-removebg-preview.png"
},
"email": "info@greaternorwalkchamber.com",
"description": "The Greater Norwalk Chamber strives to create an interconnected and inclusive local business community.T ogether with their member businesses, they advance the economic and community development of Norwalk and the surrounding areas.They are on a mission to connect, promote, inform and advocate, for the best interest of their members, and the well businesses in the greater norwalk area.",
"telephone": "+1 203-866-2521",
"address": {
"@type": "PostalAddress",
"postalCode": "06851",
"streetAddress": "101 East Avenue",
"addressCountry": "USA",
"addressRegion": "Connecticut",
"addressLocality": "Norwalk",
"telephone": "203-866-2521"
},
"sameAs": [
"https://www.facebook.com/GreaterNorwalk/",
"https://www.instagram.com/greaternorwalk/",
"https://www.linkedin.com/company/greaternorwalk/",
"https://twitter.com/GreaterNorwalk",
"http://www.greaternorwalkchamber.com/"
]
},
"logo": "https://uploads-ssl.webflow.com/617db0d9cb2380592804fbb6/61acfe2b575ad779c4d92975_logo.png",
"image": "https://uploads-ssl.webflow.com/617db0d9cb2380592804fbb6/61acfe2b575ad779c4d92975_logo.png",
"url": "https://labate.io",
"telephone": "203-907-5536",
"email": "contact@labate.io",
"hasCredential": {
"@type": "EducationalOccupationalCredential",
"name": "A+ Better Business Bureau Accreditation Rating",
"credentialCategory": {
"@type": "DefinedTerm",
"name": "Accredited"
},
"competencyRequired": {
"@type": "DefinedTerm",
"name": "BBB Accreditation Standards",
"url": "https://www.bbb.org/bbb-accreditation-standards"
}
},
"priceRange": "$$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "8 Wright Street, 1st Floor",
"addressLocality": "Westport",
"addressRegion": "CT",
"addressCountry": "USA",
"postalCode": "06880"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5 Stars",
"bestRating": "5 Stars",
"worstRating": "5 Stars",
"ratingCount": "28"
}
},
"potentialAction": {
"@type": "SearchAction",
"actionStatus": "potentialActionStatus",
"object": "Search",
"name": "Search Labate",
"description": "Search anything on the Labate website",
"mainEntityOfPage": "https://labate.io/search",
"target": "https://labate.io/search?query={search_term_string}",
"query-input": "name=search_term_string"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment