var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Fiat\u0020/\u0020Abarth\u0020/\u0020Fiat\u0020Pro\u0020-\u0020Auto\u0020Expo", "address": { "@type": "PostalAddress", "addressLocality": "Lanester", "postalCode":"56600", "streetAddress": "411\u0020Rue\u0020Dominique\u0020Arago" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.7820902", "longitude": "-3.3393684" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.86", "ratingCount": "1199", "reviewCount": "1199" }, "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.morbihan-auto.com/contact/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);