var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Opel\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.6605621", "longitude": "1.4182747" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.5", "ratingCount": "319", "reviewCount": "319" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Opel.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Opel.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);