var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "BMW\u0020Saint-Gratien", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Gratien", "postalCode":"95210", "streetAddress": "51\u0020Boulevard\u0020du\u0020Mar\xE9chal\u0020Foch" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.9643945", "longitude": "2.289260000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.99", "ratingCount": "2980", "reviewCount": "2980" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMW.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMW.png", "url": "https://www.horizon.fr/rendez-vous-atelier.php?id_concession=2" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);