var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Altis\u0020Toyota\u0020Lorient", "address": { "@type": "PostalAddress", "addressLocality": "Lanester", "postalCode":"56600", "streetAddress": "Rue-Straed\u0020Jean-Marie\u0020Tjibaou" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.7755455", "longitude": "-3.3591127" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.17", "ratingCount": "3558", "reviewCount": "3558" }, "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-lorient.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);