var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Audi\u0020Saint-Germain\u0020en\u0020Laye", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Germain-en-Laye", "postalCode":"78100", "streetAddress": "1\u0020Place\u0020Georges\u0020Guynemer" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.90193770000001", "longitude": "2.0823293" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.29", "ratingCount": "1094", "reviewCount": "1094" }, "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);