var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Kymco\u0020Nantes", "address": { "@type": "PostalAddress", "addressLocality": "Orvault", "postalCode":"44700", "streetAddress": "Rue\u0020du\u0020Commandant\u0020Charcot" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.254212", "longitude": "-1.618426" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.02", "ratingCount": "125", "reviewCount": "125" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Kymco.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Kymco.png", "url": "http://www.village-motos.com/contact" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);