var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Hyundai\u0020-\u0020Sipa\u0020Automobiles\u0020-\u0020Toulouse\u0020Nord", "address": { "@type": "PostalAddress", "addressLocality": "Toulouse", "postalCode":"31200", "streetAddress": "360\u0020Avenue\u0020des\u0020\xC9tats-Unis" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.6601791", "longitude": "1.4187473" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "7.71", "ratingCount": "263", "reviewCount": "263" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Hyundai.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Hyundai.png", "url": "https://www.sipa-automobiles.fr/concessions/fiat-sipa-automobiles-toulouse-nord/?utm_source=gmb" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);