var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Angerville", "address": { "@type": "PostalAddress", "addressLocality": "Angerville-la-Campagne", "postalCode":"27930", "streetAddress": "Route\u0020d'Orl\xE9ans" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.99538399999999", "longitude": "1.1546356" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.38", "ratingCount": "1894", "reviewCount": "1894" }, "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://www.ford-ghv.fr/EmplacementConcession/1036/ford-ghv-angerville-la-campagne-contactez-nous" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);