var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Fiat\u0020\u2013\u0020Sipa\u0020Automobiles\u0020\u2013\u0020Toulouse\u0020Sud", "address": { "@type": "PostalAddress", "addressLocality": "Toulouse", "postalCode":"31400", "streetAddress": "123\u0020Route\u0020de\u0020Revel" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.572774", "longitude": "1.497119" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.46", "ratingCount": "124", "reviewCount": "124" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Fiat.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Fiat.png", "url": "https://www.sipa-automobiles.fr/concessions/fiat-sipa-automobiles-toulouse-sud/?utm_source=GMB&utm_medium=Fiat+Toulouse+Sud&utm_campaign=lien+site+web" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);