var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Groupe\u0020Froment\u0020Fiat\u0020Professional", "address": { "@type": "PostalAddress", "addressLocality": "Joigny", "postalCode":"89300", "streetAddress": "Route\u0020Nationale\u00206\u0020Champlay" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.9572748", "longitude": "3.4462474" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.86", "ratingCount": "73", "reviewCount": "73" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Fiat.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Fiat.png", "url": "http://www.groupefroment.fr/contact" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);