var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "ACS\u0020Automobiles\u0020(Kia\u0020Auxerre)", "address": { "@type": "PostalAddress", "addressLocality": "Auxerre", "postalCode":"89000", "streetAddress": "8\u0020Route\u0020de\u0020Vallan" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.7852994", "longitude": "3.5640054" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.19", "ratingCount": "400", "reviewCount": "400" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "url": "http://www.amplitude-auto.com/services/entretien-reparation/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);