var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Luisant", "address": { "@type": "PostalAddress", "addressLocality": "Luisant", "postalCode":"28600", "streetAddress": "7\u0020Rue\u0020Gutenberg" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.4280098", "longitude": "1.4603225" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.5", "ratingCount": "338", "reviewCount": "338" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-LS-Group.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-LS-Group.png", "url": "32315884000047" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);