var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Epinal", "address": { "@type": "PostalAddress", "addressLocality": "\xC9pinal", "postalCode":"88000", "streetAddress": "80\u0020Rue\u0020Andr\xE9\u0020Vitu" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1759598", "longitude": "6.478739099999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.5", "ratingCount": "26", "reviewCount": "26" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Nissan.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Nissan.png", "url": "https://www.groupeguybertrand.com/service-apres-vente/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);