LocalBusiness Schema


The text goes here

The text goes here

<script type="application/ld+json">
{
"@context" : "" ,
   "@type" : "localBusiness" ,
   "name" : "" ,
   "logo" : "" ,
   "@id" : "" ,
   "url" : "" ,
   "telephone" : "" ,
   "email" : "" ,
"address" : {
   "@type" : "PostalAddress" ,
   "streetAddress" : "" ,
   "addressLocality" : " " ,
   "addressRegion" : " " ,
   "postalCode" : " " ,
   "addressCountry" : " "
} ,
"geo" : {
   "@type" : "GeoCoordinates" ,
   "latitude" : " " ,
   "longitude" : " "
} ,
"hasMap" : " " ,
"aggregateRating" : {
   "@type" : "AggregateRating" ,
   "ratingValue" : " " ,
   "ratingCount" : " " ,
   "bestRating" : " " ,
   "worstRating" : " "
} ,
</script>