var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Audi\u0020Montrouge", "address": { "@type": "PostalAddress", "addressLocality": "Montrouge", "postalCode":"92120", "streetAddress": "44\u0020Avenue\u0020Aristide\u0020Briand" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.8192449", "longitude": "2.3251598" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.22", "ratingCount": "1130", "reviewCount": "1130" }, "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-porte-d-orleans.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);