var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Audi\u0020Chambourcy", "address": { "@type": "PostalAddress", "addressLocality": "Chambourcy", "postalCode":"78240", "streetAddress": "37\u0020Route\u0020de\u0020Mantes" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.90632650000001", "longitude": "2.0475616" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.34", "ratingCount": "213", "reviewCount": "213" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Audi.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Audi.png", "url": "https://www.aliantis.com/concession-audi-aliantis-chambourcy-paris-ouest.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);