var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "SIALA\u0020Automobiles\u0020Albi\u0020(Hyundai)", "address": { "@type": "PostalAddress", "addressLocality": "Lescure-d'Albigeois", "postalCode":"81380", "streetAddress": "N88\u0020La\u0020Barri\xE8re" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.960314", "longitude": "2.166627" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.05", "ratingCount": "453", "reviewCount": "453" }, "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://toyota-albi.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);