var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Advance\u0020Mantes-la-Jolie\u0020(Volkswagen\u0020Seat\u0020Skoda)", "address": { "@type": "PostalAddress", "addressLocality": "Mantes-la-Ville", "postalCode":"78711", "streetAddress": "4\u0020Rue\u0020Jean\u0020Ferrat" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.9799705", "longitude": "1.6914472" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.18", "ratingCount": "1729", "reviewCount": "1729" }, "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-mantes.fr" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);