var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Kronobergs\u0020Bil", "address": { "@type": "PostalAddress", "addressLocality": "V\xE4xj\xF6", "postalCode":"352\u002046", "streetAddress": "6\u0020Hejaregatan" }, "geo": { "@type": "GeoCoordinates", "latitude": "56.8832305", "longitude": "14.776161" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.23", "ratingCount": "352", "reviewCount": "352" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kronobergs.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kronobergs.png", "url": "https://kronobergsbil.se/boka-service/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);