var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Atlantis\u0020Automobiles\u0020(Kia\u0020Saintes)", "address": { "@type": "PostalAddress", "addressLocality": "Saintes", "postalCode":"17100", "streetAddress": "5\u0020Rue\u0020de\u0020l'Echalas" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.57", "ratingCount": "896", "reviewCount": "896" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "url": "https://www.kia.com/fr/concessions/saintes/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);