var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Altis\u0020Toyota\u0020Auray", "address": { "@type": "PostalAddress", "addressLocality": "Pluneret", "postalCode":"56400", "streetAddress": "zac\u0020de\u0020kerfontaine\u002025\u0020Rue\u0020Georges\u0020Cadoudal" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.6718525", "longitude": "-2.9609035" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.47", "ratingCount": "1006", "reviewCount": "1006" }, "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-auray.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);