var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Chartres", "address": { "@type": "PostalAddress", "addressLocality": "Luc\xE9", "postalCode":"28110", "streetAddress": "58\u0020Rue\u0020du\u0020Mar\xE9chal\u0020Leclerc" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.4266772", "longitude": "1.4566872" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.35", "ratingCount": "1787", "reviewCount": "1787" }, "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-parisbrest.fr/EmplacementConcession/1034/ford-sas-paris-brest-contactez-nous" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);