var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Gaticar\u0020(Ford\u0020Orleans\u0020Nord)", "address": { "@type": "PostalAddress", "addressLocality": "Fleury-les-Aubrais", "postalCode":"45400", "streetAddress": "109\u0020Rue\u0020Andr\xE9\u0020Dessaux" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.93366409999999", "longitude": "1.8959315" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.82", "ratingCount": "1484", "reviewCount": "1484" }, "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": "https://www.garagescore.com/garage/ford-mitsubishi-fleury-les-aubrais" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);