var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Service\u0020Auto\u0020Vannes", "address": { "@type": "PostalAddress", "addressLocality": "Ploeren", "postalCode":"56880", "streetAddress": "17\u0020Avenue\u0020Louis\u0020de\u0020Cadoudal" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.6639607", "longitude": "-2.7983224" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.19", "ratingCount": "442", "reviewCount": "442" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MorbihanAuto-transp.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MorbihanAuto-transp.png", "url": "https://www.morbihan-auto.com/rendez-vous-atelier/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);