var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "BMW\u0020Horizon\u0020Dieppe", "address": { "@type": "PostalAddress", "addressLocality": "Dieppe", "postalCode":"76200", "streetAddress": "200\u0020Avenue\u0020Normandie\u0020Sussex" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.9157397", "longitude": "1.0913397" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.49", "ratingCount": "1496", "reviewCount": "1496" }, "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);