var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Enghien", "address": { "@type": "PostalAddress", "addressLocality": "Montmorency", "postalCode":"95160", "streetAddress": "150\u0020Avenue\u0020de\u0020la\u0020Division\u0020Leclerc" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.97291", "longitude": "2.310487" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.39", "ratingCount": "2659", "reviewCount": "2659" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "url": "https://www.renault.fr/concessionnaire.enghien.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);