Data should be placed into the head for SEO clients that goes over basic organization and website information including external directory and social media listings as well as reviews.
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "ProfessionalService",
"name": "Company Name",
"url": "https://www.your domain.com/",
"sameAs": [
"Add in links to external site locations",
"..."
],
"logo": "logo image location",
"image": "cover image location",
"description": "Meta Desc.",
"address": {
"@type": "PostalAddress",
"streetAddress": "Address",
"addressLocality": "City",
"addressRegion": "CA",
"postalCode": "Zip",
"addressCountry": "USA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "...",
"longitude": "..."
},
"hasMap": "https://goo.gl/maps/c56LH9MLy9K2",
"openingHours": "Mo, Tu, We 08:00-18:00 Th, Fr 08:00-08:00",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"telephone": "+1(916) 123-4567"
}
}
</script>
<!-- Review info -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "ProfessionalService",
"name": "Title of service/product",
"description": "Description",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "1",
"ratingCount": "31"
}
}
</script>