var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Gaticar\u0020(Ford\u0020Orleans\u0020Sud)", "address": { "@type": "PostalAddress", "addressLocality": "Olivet", "postalCode":"45160", "streetAddress": "1000\u0020Rue\u0020du\u0020Rosier" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.84963809999999", "longitude": "1.910479399999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.75", "ratingCount": "653", "reviewCount": "653" }, "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-olivet" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);