var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "BMW\u0020Motorrad\u0020HELICE\u002026", "address": { "@type": "PostalAddress", "addressLocality": "Valence", "postalCode":"26000", "streetAddress": "142\u0020Avenue\u0020de\u0020Provence" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.92039999999999", "longitude": "4.878085" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.75", "ratingCount": "1269", "reviewCount": "1269" }, "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-26/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);