var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Advance\u0020Saint-Cloud\u0020(Volkswagen)", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Cloud", "postalCode":"92210", "streetAddress": "19\u0020Rue\u0020du\u0020Calvaire" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.8462269", "longitude": "2.218099199999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.28", "ratingCount": "597", "reviewCount": "597" }, "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-saint-cloud.fr" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);