var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Atlantis\u0020Hyundai\u0020Mitsubishi\u0020La\u0020Rochelle", "address": { "@type": "PostalAddress", "addressLocality": "Aytr\xE9", "postalCode":"17440", "streetAddress": "28\u0020Rue\u0020Gay\u0020Lussac" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.1800633", "longitude": "-1.1024132" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.32", "ratingCount": "1422", "reviewCount": "1422" }, "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);