var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Audi\u0020Vannes\u0020-\u0020Exclusive\u0020Automobiles", "address": { "@type": "PostalAddress", "addressLocality": "Vannes", "postalCode":"56000", "streetAddress": "Rue\u0020Gertrude\u0020Bell" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.66823519999999", "longitude": "-2.78588" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.24", "ratingCount": "1012", "reviewCount": "1012" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Audi.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Audi.png", "url": "https://www.audi-vannes.fr/fr.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);