var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Altis\u0020Toyota\u0020Vannes", "address": { "@type": "PostalAddress", "addressLocality": "Vannes", "postalCode":"56000", "streetAddress": "zone\u0020d'activit\xE9\u0020de\u0020laroiseau\u00207\u0020Rue\u0020Gertrude\u0020Bell" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.6696007", "longitude": "-2.7860442" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.14", "ratingCount": "3156", "reviewCount": "3156" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cobredia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cobredia.png", "url": "https://www.altis-vannes.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);