var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "BMW\u0020Saint-Ouen\u0020L'Aum\xF4ne", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Ouen-l'Aum\xF4ne", "postalCode":"95310", "streetAddress": "Cit\xE9\u0020de\u0020l'Automobile" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.033763", "longitude": "2.117159" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.21", "ratingCount": "5007", "reviewCount": "5007" }, "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=3" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);