var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Triumph\u0020Nantes", "address": { "@type": "PostalAddress", "addressLocality": "Orvault", "postalCode":"44700", "streetAddress": "Village\u0020Motos" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.253167", "longitude": "-1.61843" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Triumph.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Triumph.png", "url": "https://www.triumph-nantes.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);