var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "HONDA\u0020NANTES\u0020MOTO", "address": { "@type": "PostalAddress", "addressLocality": "Orvault", "postalCode":"44700", "streetAddress": "Rue\u0020H\xE9l\xE8ne\u0020Boucher" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.253424", "longitude": "-1.618956" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.23", "ratingCount": "2498", "reviewCount": "2498" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-HondaMoto.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-HondaMoto.png", "url": "http://www.nantesmoto.com/essai-moto" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);