var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Advance\u0020Rueil\u0020(Volkswagen\u0020Seat\u0020Skoda\u0020Rueil-Malmaison)", "address": { "@type": "PostalAddress", "addressLocality": "Rueil-Malmaison", "postalCode":"92500", "streetAddress": "35\u0020Avenue\u0020Paul\u0020Doumer" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.8825794", "longitude": "2.1888915" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.05", "ratingCount": "2398", "reviewCount": "2398" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-CarLovers.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-CarLovers.png", "url": "http://www.volkswagen-rueil.fr" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);