var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "BMW\u0020Motorrad\u0020HELICE\u002069", "address": { "@type": "PostalAddress", "addressLocality": "Dardilly", "postalCode":"69570", "streetAddress": "58\u0020Chemin\u0020de\u0020la\u0020Bruy\xE8re" }, "geo": { "@type": "GeoCoordinates", "latitude": "45.8076436", "longitude": "4.7700385" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.33", "ratingCount": "2226", "reviewCount": "2226" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMWMotorrad.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMWMotorrad.png", "url": "https://www.bmwhelicemotos.com/contact-helice-69/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);