var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Gaticar\u0020(Ford\u0020Bourges)", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Doulchard", "postalCode":"18230", "streetAddress": "2002\u0020Route\u0020d'Orl\xE9ans" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.1226347", "longitude": "2.3720203" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.8", "ratingCount": "712", "reviewCount": "712" }, "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-land-rover-saint-doulchard" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);