var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Fiat\u0020/\u0020Abarth/\u0020Fiat\u0020Pro\u0020Vannes\u0020-\u0020Venete\u0020Automobiles", "address": { "@type": "PostalAddress", "addressLocality": "Vannes", "postalCode":"56000", "streetAddress": "1\u0020Rue\u0020L\xE9pine" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.6662098", "longitude": "-2.7842954" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.14", "ratingCount": "1500", "reviewCount": "1500" }, "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.fca-venete-auto.fr/distributeur" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);