var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Atlantis\u0020Hyundai\u0020Mitsubishi\u0020La\u0020Rochelle", "address": { "@type": "PostalAddress", "addressLocality": "Puilboreau", "postalCode":"17138", "streetAddress": "9\u0020Impasse\u0020de\u0020Pologne" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.1800633", "longitude": "-1.1024132" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.24", "ratingCount": "1399", "reviewCount": "1399" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Hyundai.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Hyundai.png", "url": "https://www.hyundai.com/fr/distributeurs.html/l/aytre/28-rue-gay-lussac/c06ab00301" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);