var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "EST\u0020Automobiles\u0020(Ford\u0020Troyes)", "address": { "@type": "PostalAddress", "addressLocality": "Barberey-Saint-Sulpice", "postalCode":"10600", "streetAddress": "Rue\u0020Am\xE9d\xE9e\u0020Boll\xE9e" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.3291397", "longitude": "4.0253725" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.01", "ratingCount": "1075", "reviewCount": "1075" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "url": "http://ford-mazda-troyes.amplitude-auto.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);